Html Css Color HEX #A00887 Dark Magenta

📋 copy color: '#A00887'

red 160 ◦ green 8 ◦ blue 135

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

Shades of Dark Magenta #A00887

Tints of Dark Magenta #A00887

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.64%

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

R = 52.81%
G = 2.64%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A00887 (or 0xA00887) is known color: Dark Magenta. HEX triplet: A0, 08 and 87. RGB value is (160,8,135). Sum of RGB (Red+Green+Blue) = 160+8+135=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A00887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00887 is #5FF778. Grayscale: #434343. Windows color (decimal): -6289273 or 8849568. OLE color: 8849568.

HSL color Cylindrical-coordinate representation of color #A00887: hue angle of 309.87º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00887 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 135 -
CMYK 0 0.95 0.16 0.37
HSL 309.87º 0.9% 0.33% -
HSV(B) 309.87º 0.95% 0.63% -
XYZ 18.96 9.4 23.74 -
YUV 67.93 165.86 193.67 -
System Red Green Blue C M Y K H S L
Decimal 160 8 135 0 0.95 0.16 0.37 309.87 0.9 0.33
Hex A0 8 87 0 5F 10 25 136 5A 21
Octal 240 10 207 0 137 20 45 466 132 41
Binary 10100000 1000 10000111 0 1011111 10000 100101 100110110 1011010 100001

Color Harmonies of #A00887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00887

Black with #A00887

Text Example


Text Example

White with #A00887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00887; }

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

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

background-color css

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

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

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

border-color css

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

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

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