Html Css Color HEX #A00C84 Dark Magenta

📋 copy color: '#A00C84'

red 160 ◦ green 12 ◦ blue 132

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

Shades of Dark Magenta #A00C84

Tints of Dark Magenta #A00C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.42%

R = 52.63%
G = 3.95%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A00C84 (or 0xA00C84) is known color: Dark Magenta. HEX triplet: A0, 0C and 84. RGB value is (160,12,132). Sum of RGB (Red+Green+Blue) = 160+12+132=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C84 is #5FF37B. Grayscale: #454545. Windows color (decimal): -6288252 or 8653984. OLE color: 8653984.

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

Color convert

RGB 160 12 132 -
CMYK 0 0.93 0.17 0.37
HSL 311.35º 0.86% 0.34% -
HSV(B) 311.35º 0.93% 0.63% -
XYZ 18.79 9.4 22.65 -
YUV 69.93 163.03 192.24 -
System Red Green Blue C M Y K H S L
Decimal 160 12 132 0 0.93 0.17 0.37 311.35 0.86 0.34
Hex A0 C 84 0 5D 11 25 137 56 22
Octal 240 14 204 0 135 21 45 467 126 42
Binary 10100000 1100 10000100 0 1011101 10001 100101 100110111 1010110 100010

Color Harmonies of #A00C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C84

Black with #A00C84

Text Example


Text Example

White with #A00C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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