Html Css Color HEX #A002B0 Dark Violet

📋 copy color: '#A002B0'

red 160 ◦ green 2 ◦ blue 176

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

Shades of Dark Violet #A002B0

Tints of Dark Violet #A002B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 52.07%

R = 47.34%
G = 0.59%
B = 52.07%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A002B0 (or 0xA002B0) is known color: Dark Violet. HEX triplet: A0, 02 and B0. RGB value is (160,2,176). Sum of RGB (Red+Green+Blue) = 160+2+176=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 176 (69.14% from 255 or 52.07% from 338); Max value from RGB is 176 - color contains mainly: blue. Hex color #A002B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A002B0 is #5FFD4F. Grayscale: #444444. Windows color (decimal): -6290768 or 11535008. OLE color: 11535008.

HSL color Cylindrical-coordinate representation of color #A002B0: hue angle of 294.48º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002B0 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 2 176 -
CMYK 0.09 0.99 0 0.31
HSL 294.48º 0.98% 0.35% -
HSV(B) 294.48º 0.99% 0.69% -
XYZ 22.36 10.65 41.95 -
YUV 69.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 160 2 176 0.09 0.99 0 0.31 294.48 0.98 0.35
Hex A0 2 B0 9 63 0 1F 126 62 23
Octal 240 2 260 11 143 0 37 446 142 43
Binary 10100000 10 10110000 1001 1100011 0 11111 100100110 1100010 100011

Color Harmonies of #A002B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002B0

Black with #A002B0

Text Example


Text Example

White with #A002B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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