COLOR #A500FF

HEX: #A500FF
RGB: (165,0,255)

Renk bilgisi

#A500FF contains mainly blue color. #A500FF ‘ nin web güvenlik rengi #9900FF (ya da #90F) dir.

RGB renk modeli

#A500FF color RGB value is (165,0,255).

  • kırmız ton 165;
  • yeşil ton 0;
  • mavi ton 255.
RGB:
(165,0,255)
(65%,0%,100%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 0 of 255 = 0%
B 255 of 255 = 100%

165
0
255

R + G + B ~ 55%. #A500FF is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 0 + 255 = 420 (100%)
R 165 of 420 ~ 39.29%
G 0 of 420 ~ 0%
B 255 of 420 ~ 60.71%

%39.29
%60.71

CMYK RENK MODELİ

#A500FF rengi CMYK tonu (35,100,0,0).

  • camgöbeği tonu 35.29%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(35,100,0,0)
C35M100Y0K0 
(35%,100%,0%,0%)
(0.35/1.00/0.00/0.00)	

CMYK yüzdeleri

%35.29
%100
%0
%0

Codes

Color #A500FF in popluar color models

A500FF
RGB1650255
HSL279°100.00%50.00%
HSB/HSV279°100.00%100.00%
CMYK35.29%100.00%0.00%
0.00%

Color #A500FF in popluar number systems.

HEXA500FF
Decimal1650255
Binary10100101011111111
Octal2450377

Shades and tints

Shades of #A500FF

#A500FF
(165,0,255)
#9600E8
(150,0,232)
#8700D1
(135,0,209)
#7800BA
(120,0,186)
#6900A3
(105,0,163)
#5A008C
(90,0,140)
#4B0075
(75,0,117)
#3C005E
(60,0,94)
#2D0047
(45,0,71)
#1E0030
(30,0,48)
#0F0019
(15,0,25)
#000000
(0,0,0)

Tints of #A500FF

#A500FF
(165,0,255)
#AD17FF
(173,23,255)
#B52EFF
(181,46,255)
#BD45FF
(189,69,255)
#C55CFF
(197,92,255)
#CD73FF
(205,115,255)
#D58AFF
(213,138,255)
#DDA1FF
(221,161,255)
#E5B8FF
(229,184,255)
#EDCFFF
(237,207,255)
#F5E6FF
(245,230,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A500FF color. Also use rgb(165,0,255) instead hex code.

Text Font Color

.myTextColor { color: #A500FF; }

<p style="color:#A500FF">This sample text font color is #A500FF.</p>

This text font color is #A500FF.


Background Color

.myBgColor { background-color: #A500FF; }

<div style="background-color:#A500FF">Inner text</div>

This div background color is #A500FF.


Border color

.myBorderColor { border: 1px solid #A500FF; }

<div style="border:3px solid #A500FF">Div</div>

This div border color is #A500FF.


Opacity

.myOpacity80 { color: #A500FF; opacity: 0.8; }

<p style="color:#A500FF;opacity:0.8;">80%</p>

Text with #A500FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A500FF;}

<p style="text-shadow: 3px 3px 1px #A500FF">Text here.</p>

This text has shadow with #A500FF color.

.textShadow {text-shadow: 3px 3px 1px #A500FF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A500FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #A500FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A500FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A500FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #A500FF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A500FF;
  -webkit-box-shadow:	1px 1px 3px 2px #A500FF;
  box-shadow:		1px 1px 3px 2px #A500FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A500FF;
-webkit-box-shadow: 1px 1px 3px 2px #A500FF;
box-shadow:1px 1px 3px 2px #A500FF;">
Div content here</div>
This div box has shadow with color #A500FF.

Preview

Color preview on black background

This text has color #A500FF on black background.


Color preview on white background

This text has color #A500FF on white background.



Black color preview on #A500FF background

This text has black color on #A500FF background.


White color preview on #A500FF background

This text has white color on #A500FF background.