Html Css Color HEX #A00487 Dark Magenta

📋 copy color: '#A00487'

red 160 ◦ green 4 ◦ blue 135

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

Shades of Dark Magenta #A00487

Tints of Dark Magenta #A00487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

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

R = 53.51%
G = 1.34%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A00487 (or 0xA00487) is known color: Dark Magenta. HEX triplet: A0, 04 and 87. RGB value is (160,4,135). Sum of RGB (Red+Green+Blue) = 160+4+135=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A00487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00487 is #5FFB78. Grayscale: #414141. Windows color (decimal): -6290297 or 8848544. OLE color: 8848544.

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

Color convert

RGB 160 4 135 -
CMYK 0 0.98 0.16 0.37
HSL 309.62º 0.95% 0.32% -
HSV(B) 309.62º 0.98% 0.63% -
XYZ 18.91 9.31 23.72 -
YUV 65.58 167.18 195.35 -
System Red Green Blue C M Y K H S L
Decimal 160 4 135 0 0.98 0.16 0.37 309.62 0.95 0.32
Hex A0 4 87 0 62 10 25 136 5F 20
Octal 240 4 207 0 142 20 45 466 137 40
Binary 10100000 100 10000111 0 1100010 10000 100101 100110110 1011111 100000

Color Harmonies of #A00487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00487

Black with #A00487

Text Example


Text Example

White with #A00487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00487; }

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

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

background-color css

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

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

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

border-color css

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

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

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