#A002CB

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

Shades of Dark Violet #A002CB

Tints of Dark Violet #A002CB

Color information

#A002CB (or 0xA002CB) is unknown color: approx Dark Violet. HEX triplet: A0, 02 and CB. RGB value is (160,2,203). Sum of RGB (Red+Green+Blue) = 160+2+203=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 2 (1.17% from 255 or 0.55% 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 #A002CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002CB is #5FFD34. Grayscale: #474747. Windows color (decimal): -6290741 or 13304480. OLE color: 13304480.

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

Color convert

RGB1602203-
CMYK0.210.9900.20
HSL287.16º98.05%40.2%-
HSV(B)287.16º99.01%79.61%-
XYZ25.311.8357.45-
YUV72.16201.85190.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 203 (79.69% from 255) = 55.62%
R=43.84%
G=0.55%
B=55.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal16022030.210.9900.20287.1698.0540.2
HexA02CB156301411f6228
Octal24023132514302443714250
Binary1010000010110010111010111000110101001000111111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A002CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A002CB; }

 p { color: rgb(160,2,203); }

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

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

 a { background-color: rgb(160,2,203); }

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

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

 span { border-color: rgb(160,2,203); }

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