Html Css Color HEX #AA099B Dark Magenta

📋 copy color: '#AA099B'

red 170 ◦ green 9 ◦ blue 155

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

Shades of Dark Magenta #AA099B

Tints of Dark Magenta #AA099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 50.9%
G = 2.69%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA099B (or 0xAA099B) is known color: Dark Magenta. HEX triplet: AA, 09 and 9B. RGB value is (170,9,155). Sum of RGB (Red+Green+Blue) = 170+9+155=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA099B is #55F664. Grayscale: #494949. Windows color (decimal): -5633637 or 10160554. OLE color: 10160554.

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

Color convert

RGB 170 9 155 -
CMYK 0 0.95 0.09 0.33
HSL 305.59º 0.9% 0.35% -
HSV(B) 305.59º 0.95% 0.67% -
XYZ 22.59 11.11 31.96 -
YUV 73.78 173.84 196.63 -
System Red Green Blue C M Y K H S L
Decimal 170 9 155 0 0.95 0.09 0.33 305.59 0.9 0.35
Hex AA 9 9B 0 5F 9 21 132 5A 23
Octal 252 11 233 0 137 11 41 462 132 43
Binary 10101010 1001 10011011 0 1011111 1001 100001 100110010 1011010 100011

Color Harmonies of #AA099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA099B

Black with #AA099B

Text Example


Text Example

White with #AA099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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