Html Css Color HEX #AA089F Dark Magenta

📋 copy color: '#AA089F'

red 170 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #AA089F

Tints of Dark Magenta #AA089F

RGB

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

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

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

R = 50.45%
G = 2.37%
B = 47.18%

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

#AA089F (or 0xAA089F) is known color: Dark Magenta. HEX triplet: AA, 08 and 9F. RGB value is (170,8,159). Sum of RGB (Red+Green+Blue) = 170+8+159=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA089F is #55F760. Grayscale: #494949. Windows color (decimal): -5633889 or 10422442. OLE color: 10422442.

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

Color convert

RGB 170 8 159 -
CMYK 0 0.95 0.06 0.33
HSL 304.07º 0.91% 0.35% -
HSV(B) 304.07º 0.95% 0.67% -
XYZ 22.92 11.22 33.76 -
YUV 73.65 176.17 196.72 -
System Red Green Blue C M Y K H S L
Decimal 170 8 159 0 0.95 0.06 0.33 304.07 0.91 0.35
Hex AA 8 9F 0 5F 6 21 130 5B 23
Octal 252 10 237 0 137 6 41 460 133 43
Binary 10101010 1000 10011111 0 1011111 110 100001 100110000 1011011 100011

Color Harmonies of #AA089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA089F

Black with #AA089F

Text Example


Text Example

White with #AA089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA089F; }

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

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

background-color css

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

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

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

border-color css

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

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

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