#A208D6

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

Shades of Dark Violet #A208D6

Tints of Dark Violet #A208D6

Color information

#A208D6 (or 0xA208D6) is unknown color: approx Dark Violet. HEX triplet: A2, 08 and D6. RGB value is (162,8,214). Sum of RGB (Red+Green+Blue) = 162+8+214=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 214 (83.98% from 255 or 55.73% from 384); Max value from RGB is 214 - color contains mainly: blue. Hex color #A208D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A208D6 is #5DF729. Grayscale: #4C4C4C. Windows color (decimal): -6158122 or 14026914. OLE color: 14026914.

HSL color Cylindrical-coordinate representation of color #A208D6: hue angle of 284.85º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A208D6 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1628214-
CMYK0.240.9600.16
HSL284.85º92.79%43.53%-
HSV(B)284.85º96.26%83.92%-
XYZ27.1212.7164.64-
YUV77.53205.02188.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 8 (3.52% from 255) = 2.08%
BLUE value IS 214 (83.98% from 255) = 55.73%
R=42.19%
G=2.08%
B=55.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16282140.240.9600.16284.8592.7943.53
HexA28D6186001011d5d2c
Octal242103263014002043513554
Binary101000101000110101101100011000000100001000111011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A208D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A208D6; }

 p { color: rgb(162,8,214); }

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

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

 a { background-color: rgb(162,8,214); }

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

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

 span { border-color: rgb(162,8,214); }

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