#A500D3

Color #A500D3 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A500D3

Tints of Dark Violet #A500D3

Color information

#A500D3 (or 0xA500D3) is unknown color: approx Dark Violet. HEX triplet: A5, 00 and D3. RGB value is (165,0,211). Sum of RGB (Red+Green+Blue) = 165+0+211=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 211 (82.81% from 255 or 56.12% from 376); Max value from RGB is 211 - color contains mainly: blue. Hex color #A500D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500D3 is #5AFF2C. Grayscale: #484848. Windows color (decimal): -5963565 or 13828261. OLE color: 13828261.

HSL color Cylindrical-coordinate representation of color #A500D3: hue angle of 286.92º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500D3 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1650211-
CMYK0.22100.17
HSL286.92º100%41.37%-
HSV(B)286.92º100%82.75%-
XYZ27.2712.762.64-
YUV73.39205.66193.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 211 (82.81% from 255) = 56.12%
R=43.88%
G=0%
B=56.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal16502110.22100.17286.9210041.37
HexA50D3166401111f6429
Octal24503232614402143714451
Binary101001010110100111011011001000100011000111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A500D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A500D3; }

 p { color: rgb(165,0,211); }

 H1.HeaderClassName
 {
   color: #A500D3;
 }
 .AnyTagClassName
 {
   color: #A500D3;
 }
</style>
background-color css

<style>
 a { background-color: #A500D3; }

 a { background-color: rgb(165,0,211); }

 div.DivClassName
 {
   background-color: #A500D3;
 }
 .BgClassName
 {
   background-color: #A500D3;
 }
</style>
border-color css

<style>
 span { border-color: #A500D3; }

 span { border-color: rgb(165,0,211); }

 td.TdClassName
 {
   border-color: #A500D3;
 }
 .TagClassName
 {
   border-color: #A500D3;
 }
</style>