#A200CE

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

Shades of Dark Violet #A200CE

Tints of Dark Violet #A200CE

Color information

#A200CE (or 0xA200CE) is unknown color: approx Dark Violet. HEX triplet: A2, 00 and CE. RGB value is (162,0,206). Sum of RGB (Red+Green+Blue) = 162+0+206=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #A200CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200CE is #5DFF31. Grayscale: #474747. Windows color (decimal): -6160178 or 13500578. OLE color: 13500578.

HSL color Cylindrical-coordinate representation of color #A200CE: hue angle of 287.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200CE is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1620206-
CMYK0.21100.19
HSL287.18º100%40.39%-
HSV(B)287.18º100%80.78%-
XYZ26.0412.1459.36-
YUV71.92203.67192.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 206 (80.86% from 255) = 55.98%
R=44.02%
G=0%
B=55.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal16202060.21100.19287.1810040.39
HexA20CE156401311f6428
Octal24203162514402343714450
Binary101000100110011101010111001000100111000111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A200CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A200CE; }

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

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

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

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

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

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

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

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