#a200c6

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

Shades of Dark Violet #A200C6

Tints of Dark Violet #A200C6

Color information

#A200C6 (or 0xA200C6) is unknown color: approx Dark Violet. HEX triplet: A2, 00 and C6. RGB value is (162,0,198). Sum of RGB (Red+Green+Blue) = 162+0+198=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #A200C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200C6 is #5DFF39. Grayscale: #464646. Windows color (decimal): -6160186 or 12976290. OLE color: 12976290.

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

Color convert

RGB1620198-
CMYK0.18100.22
HSL289.09º100%38.82%-
HSV(B)289.09º100%77.65%-
XYZ25.0911.7654.37-
YUV71.01199.67192.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 198 (77.73% from 255) = 55%
R=45%
G=0%
B=55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16201980.18100.22289.0910038.82
HexA20C612640161216427
Octal24203062214402644114447
Binary101000100110001101001011001000101101001000011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a200c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a200c6; }

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

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

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

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

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

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

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

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