Html Css Color HEX #A002DB Dark Violet

📋 copy color: '#A002DB'

red 160 ◦ green 2 ◦ blue 219

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

Shades of Dark Violet #A002DB

Tints of Dark Violet #A002DB

RGB

 RED value IS 160 (62.89% from 255) = 41.99%

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 219 (85.94% from 255) = 57.48%

R = 41.99%
G = 0.52%
B = 57.48%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A002DB (or 0xA002DB) is known color: Dark Violet. HEX triplet: A0, 02 and DB. RGB value is (160,2,219). Sum of RGB (Red+Green+Blue) = 160+2+219=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #A002DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002DB is #5FFD24. Grayscale: #494949. Windows color (decimal): -6290725 or 14353056. OLE color: 14353056.

HSL color Cylindrical-coordinate representation of color #A002DB: hue angle of 283.69º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002DB is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 2 219 -
CMYK 0.27 0.99 0 0.14
HSL 283.69º 0.98% 0.43% -
HSV(B) 283.69º 0.99% 0.86% -
XYZ 27.31 12.63 68.02 -
YUV 73.98 209.85 189.36 -
System Red Green Blue C M Y K H S L
Decimal 160 2 219 0.27 0.99 0 0.14 283.69 0.98 0.43
Hex A0 2 DB 1B 63 0 E 11C 62 2B
Octal 240 2 333 33 143 0 16 434 142 53
Binary 10100000 10 11011011 11011 1100011 0 1110 100011100 1100010 101011

Color Harmonies of #A002DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002DB

Black with #A002DB

Text Example


Text Example

White with #A002DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002DB; }

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

 H1.HeaderClassName
 {
   color: #A002DB;
 }
 .AnyTagClassName
 {
   color: #A002DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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