Html Css Color HEX #A20CA0 Dark Magenta

📋 copy color: '#A20CA0'

red 162 ◦ green 12 ◦ blue 160

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

Shades of Dark Magenta #A20CA0

Tints of Dark Magenta #A20CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.9%

R = 48.5%
G = 3.59%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A20CA0 (or 0xA20CA0) is known color: Dark Magenta. HEX triplet: A2, 0C and A0. RGB value is (162,12,160). Sum of RGB (Red+Green+Blue) = 162+12+160=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A20CA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20CA0 is #5DF35F. Grayscale: #494949. Windows color (decimal): -6157152 or 10488994. OLE color: 10488994.

HSL color Cylindrical-coordinate representation of color #A20CA0: hue angle of 300.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20CA0 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 12 160 -
CMYK 0 0.93 0.01 0.36
HSL 300.8º 0.86% 0.34% -
HSV(B) 300.8º 0.93% 0.64% -
XYZ 21.38 10.48 34.15 -
YUV 73.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 162 12 160 0 0.93 0.01 0.36 300.8 0.86 0.34
Hex A2 C A0 0 5D 1 24 12D 56 22
Octal 242 14 240 0 135 1 44 455 126 42
Binary 10100010 1100 10100000 0 1011101 1 100100 100101101 1010110 100010

Color Harmonies of #A20CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20CA0

Black with #A20CA0

Text Example


Text Example

White with #A20CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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