Html Css Color HEX #A20AAC Dark Magenta

📋 copy color: '#A20AAC'

red 162 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #A20AAC

Tints of Dark Magenta #A20AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50%

R = 47.09%
G = 2.91%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A20AAC (or 0xA20AAC) is known color: Dark Magenta. HEX triplet: A2, 0A and AC. RGB value is (162,10,172). Sum of RGB (Red+Green+Blue) = 162+10+172=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #A20AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20AAC is #5DF553. Grayscale: #494949. Windows color (decimal): -6157652 or 11274914. OLE color: 11274914.

HSL color Cylindrical-coordinate representation of color #A20AAC: hue angle of 296.3º degrees, saturation: 0.89, 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 #A20AAC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 10 172 -
CMYK 0.06 0.94 0 0.33
HSL 296.3º 0.89% 0.36% -
HSV(B) 296.3º 0.94% 0.67% -
XYZ 22.46 10.88 39.95 -
YUV 73.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 162 10 172 0.06 0.94 0 0.33 296.3 0.89 0.36
Hex A2 A AC 6 5E 0 21 128 59 24
Octal 242 12 254 6 136 0 41 450 131 44
Binary 10100010 1010 10101100 110 1011110 0 100001 100101000 1011001 100100

Color Harmonies of #A20AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20AAC

Black with #A20AAC

Text Example


Text Example

White with #A20AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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