Html Css Color HEX #AA089E Dark Magenta

📋 copy color: '#AA089E'

red 170 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #AA089E

Tints of Dark Magenta #AA089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.38%

 BLUE value IS 158 (62.11% from 255) = 47.02%

R = 50.6%
G = 2.38%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA089E (or 0xAA089E) is known color: Dark Magenta. HEX triplet: AA, 08 and 9E. RGB value is (170,8,158). Sum of RGB (Red+Green+Blue) = 170+8+158=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA089E is #55F761. Grayscale: #494949. Windows color (decimal): -5633890 or 10356906. OLE color: 10356906.

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

Color convert

RGB 170 8 158 -
CMYK 0 0.95 0.07 0.33
HSL 304.44º 0.91% 0.35% -
HSV(B) 304.44º 0.95% 0.67% -
XYZ 22.84 11.19 33.3 -
YUV 73.54 175.67 196.8 -
System Red Green Blue C M Y K H S L
Decimal 170 8 158 0 0.95 0.07 0.33 304.44 0.91 0.35
Hex AA 8 9E 0 5F 7 21 130 5B 23
Octal 252 10 236 0 137 7 41 460 133 43
Binary 10101010 1000 10011110 0 1011111 111 100001 100110000 1011011 100011

Color Harmonies of #AA089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA089E

Black with #AA089E

Text Example


Text Example

White with #AA089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA089E; }

 p { color: rgb(170,8,158); }

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

background-color css

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

 a { background-color: rgb(170,8,158); }

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

border-color css

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

 span { border-color: rgb(170,8,158); }

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