Html Css Color HEX #AA89A9 London Hue

📋 copy color: '#AA89A9'

red 170 ◦ green 137 ◦ blue 169

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

Shades of London Hue #AA89A9

Tints of London Hue #AA89A9

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.78%

 BLUE value IS 169 (66.41% from 255) = 35.5%

R = 35.71%
G = 28.78%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA89A9 (or 0xAA89A9) is known color: London Hue. HEX triplet: AA, 89 and A9. RGB value is (170,137,169). Sum of RGB (Red+Green+Blue) = 170+137+169=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA89A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA89A9 is #557656. Grayscale: #969696. Windows color (decimal): -5600855 or 11110826. OLE color: 11110826.

HSL color Cylindrical-coordinate representation of color #AA89A9: hue angle of 301.82º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA89A9 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 137 169 -
CMYK 0 0.19 0.01 0.33
HSL 301.82º 0.16% 0.6% -
HSV(B) 301.82º 0.19% 0.67% -
XYZ 32.68 29.3 41.47 -
YUV 150.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 170 137 169 0 0.19 0.01 0.33 301.82 0.16 0.6
Hex AA 89 A9 0 13 1 21 12E 10 3C
Octal 252 211 251 0 23 1 41 456 20 74
Binary 10101010 10001001 10101001 0 10011 1 100001 100101110 10000 111100

Color Harmonies of #AA89A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89A9

Black with #AA89A9

Text Example


Text Example

White with #AA89A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89A9; }

 p { color: rgb(170,137,169); }

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

background-color css

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

 a { background-color: rgb(170,137,169); }

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

border-color css

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

 span { border-color: rgb(170,137,169); }

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