#A200D8

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

Shades of Dark Violet #A200D8

Tints of Dark Violet #A200D8

Color information

#A200D8 (or 0xA200D8) is unknown color: approx Dark Violet. HEX triplet: A2, 00 and D8. RGB value is (162,0,216). Sum of RGB (Red+Green+Blue) = 162+0+216=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #A200D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200D8 is #5DFF27. Grayscale: #484848. Windows color (decimal): -6160168 or 14155938. OLE color: 14155938.

HSL color Cylindrical-coordinate representation of color #A200D8: hue angle of 285º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200D8 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1620216-
CMYK0.25100.15
HSL285º100%42.35%-
HSV(B)285º100%84.71%-
XYZ27.2912.6465.97-
YUV73.06208.67191.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 216 (84.77% from 255) = 57.14%
R=42.86%
G=0%
B=57.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal16202160.25100.1528510042.35
HexA20D819640F11d642a
Octal24203303114401743514452
Binary10100010011011000110011100100011111000111011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A200D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A200D8; }

 p { color: rgb(162,0,216); }

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

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

 a { background-color: rgb(162,0,216); }

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

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

 span { border-color: rgb(162,0,216); }

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