Html Css Color HEX #A20BAA Dark Magenta

📋 copy color: '#A20BAA'

red 162 ◦ green 11 ◦ blue 170

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

Shades of Dark Magenta #A20BAA

Tints of Dark Magenta #A20BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.21%

 BLUE value IS 170 (66.8% from 255) = 49.56%

R = 47.23%
G = 3.21%
B = 49.56%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A20BAA (or 0xA20BAA) is known color: Dark Magenta. HEX triplet: A2, 0B and AA. RGB value is (162,11,170). Sum of RGB (Red+Green+Blue) = 162+11+170=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #A20BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20BAA is #5DF455. Grayscale: #494949. Windows color (decimal): -6157398 or 11144098. OLE color: 11144098.

HSL color Cylindrical-coordinate representation of color #A20BAA: hue angle of 296.98º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20BAA is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 11 170 -
CMYK 0.05 0.94 0 0.33
HSL 296.98º 0.88% 0.35% -
HSV(B) 296.98º 0.94% 0.67% -
XYZ 22.28 10.82 38.95 -
YUV 74.28 182.03 190.57 -
System Red Green Blue C M Y K H S L
Decimal 162 11 170 0.05 0.94 0 0.33 296.98 0.88 0.35
Hex A2 B AA 5 5E 0 21 129 58 23
Octal 242 13 252 5 136 0 41 451 130 43
Binary 10100010 1011 10101010 101 1011110 0 100001 100101001 1011000 100011

Color Harmonies of #A20BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20BAA

Black with #A20BAA

Text Example


Text Example

White with #A20BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20BAA; }

 p { color: rgb(162,11,170); }

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

background-color css

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

 a { background-color: rgb(162,11,170); }

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

border-color css

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

 span { border-color: rgb(162,11,170); }

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