Html Css Color HEX #A20BAB Dark Magenta

📋 copy color: '#A20BAB'

red 162 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #A20BAB

Tints of Dark Magenta #A20BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 47.09%
G = 3.2%
B = 49.71%

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

#A20BAB (or 0xA20BAB) is known color: Dark Magenta. HEX triplet: A2, 0B and AB. RGB value is (162,11,171). Sum of RGB (Red+Green+Blue) = 162+11+171=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #A20BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20BAB is #5DF454. Grayscale: #494949. Windows color (decimal): -6157397 or 11209634. OLE color: 11209634.

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

Color convert

RGB 162 11 171 -
CMYK 0.05 0.94 0 0.33
HSL 296.63º 0.88% 0.36% -
HSV(B) 296.63º 0.94% 0.67% -
XYZ 22.37 10.86 39.45 -
YUV 74.39 182.53 190.49 -
System Red Green Blue C M Y K H S L
Decimal 162 11 171 0.05 0.94 0 0.33 296.63 0.88 0.36
Hex A2 B AB 5 5E 0 21 129 58 24
Octal 242 13 253 5 136 0 41 451 130 44
Binary 10100010 1011 10101011 101 1011110 0 100001 100101001 1011000 100100

Color Harmonies of #A20BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20BAB

Black with #A20BAB

Text Example


Text Example

White with #A20BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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