Html Css Color HEX #AA009B Dark Magenta

📋 copy color: '#AA009B'

red 170 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #AA009B

Tints of Dark Magenta #AA009B

RGB

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

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

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

R = 52.31%
G = 0%
B = 47.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA009B (or 0xAA009B) is known color: Dark Magenta. HEX triplet: AA, 00 and 9B. RGB value is (170,0,155). Sum of RGB (Red+Green+Blue) = 170+0+155=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA009B is #55FF64. Grayscale: #444444. Windows color (decimal): -5635941 or 10158250. OLE color: 10158250.

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

Color convert

RGB 170 0 155 -
CMYK 0 1 0.09 0.33
HSL 305.29º 1% 0.33% -
HSV(B) 305.29º 1% 0.67% -
XYZ 22.49 10.91 31.93 -
YUV 68.5 176.82 200.4 -
System Red Green Blue C M Y K H S L
Decimal 170 0 155 0 1 0.09 0.33 305.29 1 0.33
Hex AA 0 9B 0 64 9 21 131 64 21
Octal 252 0 233 0 144 11 41 461 144 41
Binary 10101010 0 10011011 0 1100100 1001 100001 100110001 1100100 100001

Color Harmonies of #AA009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA009B

Black with #AA009B

Text Example


Text Example

White with #AA009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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