Html Css Color HEX #A002CB Dark Violet

📋 copy color: '#A002CB'

red 160 ◦ green 2 ◦ blue 203

#A002CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A002CB

Tints of Dark Violet #A002CB

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 value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A002CB (or 0xA002CB) is known color: 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

RGB 160 2 203 -
CMYK 0.21 0.99 0 0.20
HSL 287.16º 0.98% 0.4% -
HSV(B) 287.16º 0.99% 0.8% -
XYZ 25.3 11.83 57.45 -
YUV 72.16 201.85 190.66 -
System Red Green Blue C M Y K H S L
Decimal 160 2 203 0.21 0.99 0 0.20 287.16 0.98 0.4
Hex A0 2 CB 15 63 0 14 11F 62 28
Octal 240 2 313 25 143 0 24 437 142 50
Binary 10100000 10 11001011 10101 1100011 0 10100 100011111 1100010 101000

Color Harmonies of #A002CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002CB

Black with #A002CB

Text Example


Text Example

White with #A002CB

Text Example


Text Example

HTML Codes & Css Web 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>