Html Css Color HEX #A20AB9 Dark Violet

📋 copy color: '#A20AB9'

red 162 ◦ green 10 ◦ blue 185

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

Shades of Dark Violet #A20AB9

Tints of Dark Violet #A20AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.82%

R = 45.38%
G = 2.8%
B = 51.82%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A20AB9 (or 0xA20AB9) is known color: Dark Violet. HEX triplet: A2, 0A and B9. RGB value is (162,10,185). Sum of RGB (Red+Green+Blue) = 162+10+185=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #A20AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20AB9 is #5DF546. Grayscale: #4A4A4A. Windows color (decimal): -6157639 or 12126882. OLE color: 12126882.

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

Color convert

RGB 162 10 185 -
CMYK 0.12 0.95 0 0.27
HSL 292.11º 0.9% 0.38% -
HSV(B) 292.11º 0.95% 0.73% -
XYZ 23.77 11.4 46.85 -
YUV 75.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 162 10 185 0.12 0.95 0 0.27 292.11 0.9 0.38
Hex A2 A B9 C 5F 0 1B 124 5A 26
Octal 242 12 271 14 137 0 33 444 132 46
Binary 10100010 1010 10111001 1100 1011111 0 11011 100100100 1011010 100110

Color Harmonies of #A20AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20AB9

Black with #A20AB9

Text Example


Text Example

White with #A20AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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