Html Css Color HEX #A00C81 Dark Magenta

📋 copy color: '#A00C81'

red 160 ◦ green 12 ◦ blue 129

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

Shades of Dark Magenta #A00C81

Tints of Dark Magenta #A00C81

RGB

 RED value IS 160 (62.89% from 255) = 53.16%

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

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

R = 53.16%
G = 3.99%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A00C81 (or 0xA00C81) is known color: Dark Magenta. HEX triplet: A0, 0C and 81. RGB value is (160,12,129). Sum of RGB (Red+Green+Blue) = 160+12+129=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C81 is #5FF37E. Grayscale: #454545. Windows color (decimal): -6288255 or 8457376. OLE color: 8457376.

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

Color convert

RGB 160 12 129 -
CMYK 0 0.93 0.19 0.37
HSL 312.57º 0.86% 0.34% -
HSV(B) 312.57º 0.93% 0.63% -
XYZ 18.59 9.32 21.59 -
YUV 69.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 160 12 129 0 0.93 0.19 0.37 312.57 0.86 0.34
Hex A0 C 81 0 5D 13 25 139 56 22
Octal 240 14 201 0 135 23 45 471 126 42
Binary 10100000 1100 10000001 0 1011101 10011 100101 100111001 1010110 100010

Color Harmonies of #A00C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C81

Black with #A00C81

Text Example


Text Example

White with #A00C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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