Html Css Color HEX #AA008F Dark Magenta

📋 copy color: '#AA008F'

red 170 ◦ green 0 ◦ blue 143

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

Shades of Dark Magenta #AA008F

Tints of Dark Magenta #AA008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.69%

R = 54.31%
G = 0%
B = 45.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA008F (or 0xAA008F) is known color: Dark Magenta. HEX triplet: AA, 00 and 8F. RGB value is (170,0,143). Sum of RGB (Red+Green+Blue) = 170+0+143=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA008F is #55FF70. Grayscale: #424242. Windows color (decimal): -5635953 or 9371818. OLE color: 9371818.

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

Color convert

RGB 170 0 143 -
CMYK 0 1 0.16 0.33
HSL 309.53º 1% 0.33% -
HSV(B) 309.53º 1% 0.67% -
XYZ 21.54 10.53 26.88 -
YUV 67.13 170.82 201.37 -
System Red Green Blue C M Y K H S L
Decimal 170 0 143 0 1 0.16 0.33 309.53 1 0.33
Hex AA 0 8F 0 64 10 21 136 64 21
Octal 252 0 217 0 144 20 41 466 144 41
Binary 10101010 0 10001111 0 1100100 10000 100001 100110110 1100100 100001

Color Harmonies of #AA008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA008F

Black with #AA008F

Text Example


Text Example

White with #AA008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA008F; }

 p { color: rgb(170,0,143); }

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

background-color css

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

 a { background-color: rgb(170,0,143); }

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

border-color css

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

 span { border-color: rgb(170,0,143); }

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