Html Css Color HEX #AA89AA London Hue

📋 copy color: '#AA89AA'

red 170 ◦ green 137 ◦ blue 170

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

Shades of London Hue #AA89AA

Tints of London Hue #AA89AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.64%

R = 35.64%
G = 28.72%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA89AA (or 0xAA89AA) is known color: London Hue. HEX triplet: AA, 89 and AA. RGB value is (170,137,170). Sum of RGB (Red+Green+Blue) = 170+137+170=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA89AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA89AA is #557655. Grayscale: #969696. Windows color (decimal): -5600854 or 11176362. OLE color: 11176362.

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

Color convert

RGB 170 137 170 -
CMYK 0 0.19 0 0.33
HSL 300º 0.16% 0.6% -
HSV(B) 300º 0.19% 0.67% -
XYZ 32.78 29.34 41.97 -
YUV 150.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 170 137 170 0 0.19 0 0.33 300 0.16 0.6
Hex AA 89 AA 0 13 0 21 12C 10 3C
Octal 252 211 252 0 23 0 41 454 20 74
Binary 10101010 10001001 10101010 0 10011 0 100001 100101100 10000 111100

Color Harmonies of #AA89AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89AA

Black with #AA89AA

Text Example


Text Example

White with #AA89AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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