Html Css Color HEX #A20CAC Dark Magenta

📋 copy color: '#A20CAC'

red 162 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #A20CAC

Tints of Dark Magenta #A20CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.47%

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

R = 46.82%
G = 3.47%
B = 49.71%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A20CAC (or 0xA20CAC) is known color: Dark Magenta. HEX triplet: A2, 0C and AC. RGB value is (162,12,172). Sum of RGB (Red+Green+Blue) = 162+12+172=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #A20CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20CAC is #5DF353. Grayscale: #4A4A4A. Windows color (decimal): -6157140 or 11275426. OLE color: 11275426.

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

Color convert

RGB 162 12 172 -
CMYK 0.06 0.93 0 0.33
HSL 296.25º 0.87% 0.36% -
HSV(B) 296.25º 0.93% 0.67% -
XYZ 22.48 10.92 39.95 -
YUV 75.09 182.7 189.99 -
System Red Green Blue C M Y K H S L
Decimal 162 12 172 0.06 0.93 0 0.33 296.25 0.87 0.36
Hex A2 C AC 6 5D 0 21 128 57 24
Octal 242 14 254 6 135 0 41 450 127 44
Binary 10100010 1100 10101100 110 1011101 0 100001 100101000 1010111 100100

Color Harmonies of #A20CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20CAC

Black with #A20CAC

Text Example


Text Example

White with #A20CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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