#A20FD4

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

Shades of Dark Violet #A20FD4

Tints of Dark Violet #A20FD4

Color information

#A20FD4 (or 0xA20FD4) is unknown color: approx Dark Violet. HEX triplet: A2, 0F and D4. RGB value is (162,15,212). Sum of RGB (Red+Green+Blue) = 162+15+212=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 212 (83.20% from 255 or 54.50% from 389); Max value from RGB is 212 - color contains mainly: blue. Hex color #A20FD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FD4 is #5DF02B. Grayscale: #505050. Windows color (decimal): -6156332 or 13897634. OLE color: 13897634.

HSL color Cylindrical-coordinate representation of color #A20FD4: hue angle of 284.77º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20FD4 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16215212-
CMYK0.240.9300.17
HSL284.77º86.78%44.51%-
HSV(B)284.77º92.92%83.14%-
XYZ26.9512.7863.33-
YUV81.41201.7185.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 15 (6.25% from 255) = 3.86%
BLUE value IS 212 (83.20% from 255) = 54.50%
R=41.65%
G=3.86%
B=54.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162152120.240.9300.17284.7786.7844.51
HexA2FD4185D01111d572d
Octal242173243013502143512755
Binary101000101111110101001100010111010100011000111011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20FD4; }

 p { color: rgb(162,15,212); }

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

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

 a { background-color: rgb(162,15,212); }

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

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

 span { border-color: rgb(162,15,212); }

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