#A200CB

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

Shades of Dark Violet #A200CB

Tints of Dark Violet #A200CB

Color information

#A200CB (or 0xA200CB) is unknown color: approx Dark Violet. HEX triplet: A2, 00 and CB. RGB value is (162,0,203). Sum of RGB (Red+Green+Blue) = 162+0+203=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #A200CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200CB is #5DFF34. Grayscale: #464646. Windows color (decimal): -6160181 or 13303970. OLE color: 13303970.

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

Color convert

RGB1620203-
CMYK0.20100.20
HSL287.88º100%39.8%-
HSV(B)287.88º100%79.61%-
XYZ25.6811.9957.46-
YUV71.58202.17192.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 203 (79.69% from 255) = 55.62%
R=44.38%
G=0%
B=55.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal16202030.20100.20287.8810039.8
HexA20CB14640141206428
Octal24203132414402444014450
Binary101000100110010111010011001000101001001000001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A200CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A200CB; }

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

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

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

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

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

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

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

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