Html Css Color HEX #A00C91 Dark Magenta

📋 copy color: '#A00C91'

red 160 ◦ green 12 ◦ blue 145

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

Shades of Dark Magenta #A00C91

Tints of Dark Magenta #A00C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.74%

R = 50.47%
G = 3.79%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A00C91 (or 0xA00C91) is known color: Dark Magenta. HEX triplet: A0, 0C and 91. RGB value is (160,12,145). Sum of RGB (Red+Green+Blue) = 160+12+145=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C91 is #5FF36E. Grayscale: #474747. Windows color (decimal): -6288239 or 9505952. OLE color: 9505952.

HSL color Cylindrical-coordinate representation of color #A00C91: hue angle of 306.08º 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 #A00C91 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 12 145 -
CMYK 0 0.93 0.09 0.37
HSL 306.08º 0.86% 0.34% -
HSV(B) 306.08º 0.93% 0.63% -
XYZ 19.74 9.78 27.64 -
YUV 71.41 169.53 191.19 -
System Red Green Blue C M Y K H S L
Decimal 160 12 145 0 0.93 0.09 0.37 306.08 0.86 0.34
Hex A0 C 91 0 5D 9 25 132 56 22
Octal 240 14 221 0 135 11 45 462 126 42
Binary 10100000 1100 10010001 0 1011101 1001 100101 100110010 1010110 100010

Color Harmonies of #A00C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C91

Black with #A00C91

Text Example


Text Example

White with #A00C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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