Html Css Color HEX #A20081 Dark Magenta

📋 copy color: '#A20081'

red 162 ◦ green 0 ◦ blue 129

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

Shades of Dark Magenta #A20081

Tints of Dark Magenta #A20081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 129 (50.78% from 255) = 44.33%

R = 55.67%
G = 0%
B = 44.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A20081 (or 0xA20081) is known color: Dark Magenta. HEX triplet: A2, 00 and 81. RGB value is (162,0,129). Sum of RGB (Red+Green+Blue) = 162+0+129=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A20081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20081 is #5DFF7E. Grayscale: #3E3E3E. Windows color (decimal): -6160255 or 8454306. OLE color: 8454306.

HSL color Cylindrical-coordinate representation of color #A20081: hue angle of 312.22º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20081 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 0 129 -
CMYK 0 1 0.20 0.36
HSL 312.22º 1% 0.32% -
HSV(B) 312.22º 1% 0.64% -
XYZ 18.86 9.27 21.56 -
YUV 63.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 162 0 129 0 1 0.20 0.36 312.22 1 0.32
Hex A2 0 81 0 64 14 24 138 64 20
Octal 242 0 201 0 144 24 44 470 144 40
Binary 10100010 0 10000001 0 1100100 10100 100100 100111000 1100100 100000

Color Harmonies of #A20081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20081

Black with #A20081

Text Example


Text Example

White with #A20081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20081; }

 p { color: rgb(162,0,129); }

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

background-color css

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

 a { background-color: rgb(162,0,129); }

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

border-color css

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

 span { border-color: rgb(162,0,129); }

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