Html Css Color HEX #A00B87 Dark Magenta

📋 copy color: '#A00B87'

red 160 ◦ green 11 ◦ blue 135

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

Shades of Dark Magenta #A00B87

Tints of Dark Magenta #A00B87

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.59%

 BLUE value IS 135 (53.13% from 255) = 44.12%

R = 52.29%
G = 3.59%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A00B87 (or 0xA00B87) is known color: Dark Magenta. HEX triplet: A0, 0B and 87. RGB value is (160,11,135). Sum of RGB (Red+Green+Blue) = 160+11+135=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00B87 is #5FF478. Grayscale: #454545. Windows color (decimal): -6288505 or 8850336. OLE color: 8850336.

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

Color convert

RGB 160 11 135 -
CMYK 0 0.93 0.16 0.37
HSL 310.07º 0.87% 0.34% -
HSV(B) 310.07º 0.93% 0.63% -
XYZ 18.99 9.46 23.75 -
YUV 69.69 164.86 192.42 -
System Red Green Blue C M Y K H S L
Decimal 160 11 135 0 0.93 0.16 0.37 310.07 0.87 0.34
Hex A0 B 87 0 5D 10 25 136 57 22
Octal 240 13 207 0 135 20 45 466 127 42
Binary 10100000 1011 10000111 0 1011101 10000 100101 100110110 1010111 100010

Color Harmonies of #A00B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00B87

Black with #A00B87

Text Example


Text Example

White with #A00B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00B87; }

 p { color: rgb(160,11,135); }

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

background-color css

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

 a { background-color: rgb(160,11,135); }

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

border-color css

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

 span { border-color: rgb(160,11,135); }

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