Html Css Color HEX #AA009F Dark Magenta

📋 copy color: '#AA009F'

red 170 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #AA009F

Tints of Dark Magenta #AA009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.33%

R = 51.67%
G = 0%
B = 48.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA009F (or 0xAA009F) is known color: Dark Magenta. HEX triplet: AA, 00 and 9F. RGB value is (170,0,159). Sum of RGB (Red+Green+Blue) = 170+0+159=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA009F is #55FF60. Grayscale: #444444. Windows color (decimal): -5635937 or 10420394. OLE color: 10420394.

HSL color Cylindrical-coordinate representation of color #AA009F: hue angle of 303.88º 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 #AA009F is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 0 159 -
CMYK 0 1 0.06 0.33
HSL 303.88º 1% 0.33% -
HSV(B) 303.88º 1% 0.67% -
XYZ 22.84 11.05 33.73 -
YUV 68.96 178.82 200.07 -
System Red Green Blue C M Y K H S L
Decimal 170 0 159 0 1 0.06 0.33 303.88 1 0.33
Hex AA 0 9F 0 64 6 21 130 64 21
Octal 252 0 237 0 144 6 41 460 144 41
Binary 10101010 0 10011111 0 1100100 110 100001 100110000 1100100 100001

Color Harmonies of #AA009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA009F

Black with #AA009F

Text Example


Text Example

White with #AA009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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