Html Css Color HEX #AA0187 Dark Magenta

📋 copy color: '#AA0187'

red 170 ◦ green 1 ◦ blue 135

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

Shades of Dark Magenta #AA0187

Tints of Dark Magenta #AA0187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 55.56%
G = 0.33%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA0187 (or 0xAA0187) is known color: Dark Magenta. HEX triplet: AA, 01 and 87. RGB value is (170,1,135). Sum of RGB (Red+Green+Blue) = 170+1+135=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0187 is #55FE78. Grayscale: #424242. Windows color (decimal): -5635705 or 8847786. OLE color: 8847786.

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

Color convert

RGB 170 1 135 -
CMYK 0 0.99 0.21 0.33
HSL 312.43º 0.99% 0.34% -
HSV(B) 312.43º 0.99% 0.67% -
XYZ 20.96 10.32 23.81 -
YUV 66.81 166.49 201.6 -
System Red Green Blue C M Y K H S L
Decimal 170 1 135 0 0.99 0.21 0.33 312.43 0.99 0.34
Hex AA 1 87 0 63 15 21 138 63 22
Octal 252 1 207 0 143 25 41 470 143 42
Binary 10101010 1 10000111 0 1100011 10101 100001 100111000 1100011 100010

Color Harmonies of #AA0187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0187

Black with #AA0187

Text Example


Text Example

White with #AA0187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0187; }

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

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

background-color css

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

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

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

border-color css

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

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

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