Html Css Color HEX #A00C85 Dark Magenta

📋 copy color: '#A00C85'

red 160 ◦ green 12 ◦ blue 133

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

Shades of Dark Magenta #A00C85

Tints of Dark Magenta #A00C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.61%

R = 52.46%
G = 3.93%
B = 43.61%

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

#A00C85 (or 0xA00C85) is known color: Dark Magenta. HEX triplet: A0, 0C and 85. RGB value is (160,12,133). Sum of RGB (Red+Green+Blue) = 160+12+133=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C85 is #5FF37A. Grayscale: #454545. Windows color (decimal): -6288251 or 8719520. OLE color: 8719520.

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

Color convert

RGB 160 12 133 -
CMYK 0 0.93 0.17 0.37
HSL 310.95º 0.86% 0.34% -
HSV(B) 310.95º 0.93% 0.63% -
XYZ 18.86 9.43 23.02 -
YUV 70.05 163.53 192.16 -
System Red Green Blue C M Y K H S L
Decimal 160 12 133 0 0.93 0.17 0.37 310.95 0.86 0.34
Hex A0 C 85 0 5D 11 25 137 56 22
Octal 240 14 205 0 135 21 45 467 126 42
Binary 10100000 1100 10000101 0 1011101 10001 100101 100110111 1010110 100010

Color Harmonies of #A00C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C85

Black with #A00C85

Text Example


Text Example

White with #A00C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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