Html Css Color HEX #A00087 Dark Magenta

📋 copy color: '#A00087'

red 160 ◦ green 0 ◦ blue 135

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

Shades of Dark Magenta #A00087

Tints of Dark Magenta #A00087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.24%
G = 0%
B = 45.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A00087 (or 0xA00087) is known color: Dark Magenta. HEX triplet: A0, 00 and 87. RGB value is (160,0,135). Sum of RGB (Red+Green+Blue) = 160+0+135=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A00087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00087 is #5FFF78. Grayscale: #3E3E3E. Windows color (decimal): -6291321 or 8847520. OLE color: 8847520.

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

Color convert

RGB 160 0 135 -
CMYK 0 1 0.16 0.37
HSL 309.38º 1% 0.31% -
HSV(B) 309.38º 1% 0.63% -
XYZ 18.87 9.22 23.71 -
YUV 63.23 168.51 197.02 -
System Red Green Blue C M Y K H S L
Decimal 160 0 135 0 1 0.16 0.37 309.38 1 0.31
Hex A0 0 87 0 64 10 25 135 64 1F
Octal 240 0 207 0 144 20 45 465 144 37
Binary 10100000 0 10000111 0 1100100 10000 100101 100110101 1100100 11111

Color Harmonies of #A00087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00087

Black with #A00087

Text Example


Text Example

White with #A00087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00087; }

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

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

background-color css

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

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

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

border-color css

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

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

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