Html Css Color HEX #A20EB2 Dark Violet

📋 copy color: '#A20EB2'

red 162 ◦ green 14 ◦ blue 178

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

Shades of Dark Violet #A20EB2

Tints of Dark Violet #A20EB2

RGB

 RED value IS 162 (63.67% from 255) = 45.76%

 GREEN value IS 14 (5.86% from 255) = 3.95%

 BLUE value IS 178 (69.92% from 255) = 50.28%

R = 45.76%
G = 3.95%
B = 50.28%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A20EB2 (or 0xA20EB2) is known color: Dark Violet. HEX triplet: A2, 0E and B2. RGB value is (162,14,178). Sum of RGB (Red+Green+Blue) = 162+14+178=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #A20EB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20EB2 is #5DF14D. Grayscale: #4C4C4C. Windows color (decimal): -6156622 or 11669154. OLE color: 11669154.

HSL color Cylindrical-coordinate representation of color #A20EB2: hue angle of 294.15º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20EB2 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 14 178 -
CMYK 0.09 0.92 0 0.30
HSL 294.15º 0.85% 0.38% -
HSV(B) 294.15º 0.92% 0.7% -
XYZ 23.09 11.21 43.07 -
YUV 76.95 185.03 188.66 -
System Red Green Blue C M Y K H S L
Decimal 162 14 178 0.09 0.92 0 0.30 294.15 0.85 0.38
Hex A2 E B2 9 5C 0 1E 126 55 26
Octal 242 16 262 11 134 0 36 446 125 46
Binary 10100010 1110 10110010 1001 1011100 0 11110 100100110 1010101 100110

Color Harmonies of #A20EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20EB2

Black with #A20EB2

Text Example


Text Example

White with #A20EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20EB2; }

 p { color: rgb(162,14,178); }

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

background-color css

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

 a { background-color: rgb(162,14,178); }

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

border-color css

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

 span { border-color: rgb(162,14,178); }

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