Html Css Color HEX #AA099F Dark Magenta

📋 copy color: '#AA099F'

red 170 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #AA099F

Tints of Dark Magenta #AA099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.66%

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

R = 50.3%
G = 2.66%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA099F (or 0xAA099F) is known color: Dark Magenta. HEX triplet: AA, 09 and 9F. RGB value is (170,9,159). Sum of RGB (Red+Green+Blue) = 170+9+159=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA099F is #55F660. Grayscale: #494949. Windows color (decimal): -5633633 or 10422698. OLE color: 10422698.

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

Color convert

RGB 170 9 159 -
CMYK 0 0.95 0.06 0.33
HSL 304.1º 0.9% 0.35% -
HSV(B) 304.1º 0.95% 0.67% -
XYZ 22.93 11.24 33.76 -
YUV 74.24 175.84 196.3 -
System Red Green Blue C M Y K H S L
Decimal 170 9 159 0 0.95 0.06 0.33 304.1 0.9 0.35
Hex AA 9 9F 0 5F 6 21 130 5A 23
Octal 252 11 237 0 137 6 41 460 132 43
Binary 10101010 1001 10011111 0 1011111 110 100001 100110000 1011010 100011

Color Harmonies of #AA099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA099F

Black with #AA099F

Text Example


Text Example

White with #AA099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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