Html Css Color HEX #AA0487 Dark Magenta

📋 copy color: '#AA0487'

red 170 ◦ green 4 ◦ blue 135

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

Shades of Dark Magenta #AA0487

Tints of Dark Magenta #AA0487

RGB

 RED value IS 170 (66.8% from 255) = 55.02%

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

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

R = 55.02%
G = 1.29%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA0487 (or 0xAA0487) is known color: Dark Magenta. HEX triplet: AA, 04 and 87. RGB value is (170,4,135). Sum of RGB (Red+Green+Blue) = 170+4+135=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0487 is #55FB78. Grayscale: #444444. Windows color (decimal): -5634937 or 8848554. OLE color: 8848554.

HSL color Cylindrical-coordinate representation of color #AA0487: hue angle of 312.65º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0487 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 4 135 -
CMYK 0 0.98 0.21 0.33
HSL 312.65º 0.95% 0.34% -
HSV(B) 312.65º 0.98% 0.67% -
XYZ 20.99 10.38 23.82 -
YUV 68.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 170 4 135 0 0.98 0.21 0.33 312.65 0.95 0.34
Hex AA 4 87 0 62 15 21 139 5F 22
Octal 252 4 207 0 142 25 41 471 137 42
Binary 10101010 100 10000111 0 1100010 10101 100001 100111001 1011111 100010

Color Harmonies of #AA0487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0487

Black with #AA0487

Text Example


Text Example

White with #AA0487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0487; }

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

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

background-color css

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

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

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

border-color css

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

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

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