Html Css Color HEX #AA89AF London Hue

📋 copy color: '#AA89AF'

red 170 ◦ green 137 ◦ blue 175

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

Shades of London Hue #AA89AF

Tints of London Hue #AA89AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 35.27%
G = 28.42%
B = 36.31%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA89AF (or 0xAA89AF) is known color: London Hue. HEX triplet: AA, 89 and AF. RGB value is (170,137,175). Sum of RGB (Red+Green+Blue) = 170+137+175=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA89AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA89AF is #557650. Grayscale: #979797. Windows color (decimal): -5600849 or 11504042. OLE color: 11504042.

HSL color Cylindrical-coordinate representation of color #AA89AF: hue angle of 292.11º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA89AF is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 137 175 -
CMYK 0.03 0.22 0 0.31
HSL 292.11º 0.19% 0.61% -
HSV(B) 292.11º 0.22% 0.69% -
XYZ 33.26 29.53 44.5 -
YUV 151.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 170 137 175 0.03 0.22 0 0.31 292.11 0.19 0.61
Hex AA 89 AF 3 16 0 1F 124 13 3D
Octal 252 211 257 3 26 0 37 444 23 75
Binary 10101010 10001001 10101111 11 10110 0 11111 100100100 10011 111101

Color Harmonies of #AA89AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89AF

Black with #AA89AF

Text Example


Text Example

White with #AA89AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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