Html Css Color HEX #A20AB6 Dark Violet

📋 copy color: '#A20AB6'

red 162 ◦ green 10 ◦ blue 182

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

Shades of Dark Violet #A20AB6

Tints of Dark Violet #A20AB6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.82%

 BLUE value IS 182 (71.48% from 255) = 51.41%

R = 45.76%
G = 2.82%
B = 51.41%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A20AB6 (or 0xA20AB6) is known color: Dark Violet. HEX triplet: A2, 0A and B6. RGB value is (162,10,182). Sum of RGB (Red+Green+Blue) = 162+10+182=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 182 (71.48% from 255 or 51.41% from 354); Max value from RGB is 182 - color contains mainly: blue. Hex color #A20AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20AB6 is #5DF549. Grayscale: #4A4A4A. Windows color (decimal): -6157642 or 11930274. OLE color: 11930274.

HSL color Cylindrical-coordinate representation of color #A20AB6: hue angle of 293.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20AB6 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 10 182 -
CMYK 0.11 0.95 0 0.29
HSL 293.02º 0.9% 0.38% -
HSV(B) 293.02º 0.95% 0.71% -
XYZ 23.45 11.28 45.2 -
YUV 75.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 162 10 182 0.11 0.95 0 0.29 293.02 0.9 0.38
Hex A2 A B6 B 5F 0 1D 125 5A 26
Octal 242 12 266 13 137 0 35 445 132 46
Binary 10100010 1010 10110110 1011 1011111 0 11101 100100101 1011010 100110

Color Harmonies of #A20AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20AB6

Black with #A20AB6

Text Example


Text Example

White with #A20AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20AB6; }

 p { color: rgb(162,10,182); }

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

background-color css

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

 a { background-color: rgb(162,10,182); }

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

border-color css

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

 span { border-color: rgb(162,10,182); }

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