Html Css Color HEX #AA80AB London Hue

📋 copy color: '#AA80AB'

red 170 ◦ green 128 ◦ blue 171

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

Shades of London Hue #AA80AB

Tints of London Hue #AA80AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.29%

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 36.25%
G = 27.29%
B = 36.46%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA80AB (or 0xAA80AB) is known color: London Hue. HEX triplet: AA, 80 and AB. RGB value is (170,128,171). Sum of RGB (Red+Green+Blue) = 170+128+171=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA80AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA80AB is #557F54. Grayscale: #919191. Windows color (decimal): -5603157 or 11239594. OLE color: 11239594.

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

Color convert

RGB 170 128 171 -
CMYK 0.01 0.25 0 0.33
HSL 298.6º 0.2% 0.59% -
HSV(B) 298.6º 0.25% 0.67% -
XYZ 31.65 26.92 42.06 -
YUV 145.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 170 128 171 0.01 0.25 0 0.33 298.6 0.2 0.59
Hex AA 80 AB 1 19 0 21 12B 14 3B
Octal 252 200 253 1 31 0 41 453 24 73
Binary 10101010 10000000 10101011 1 11001 0 100001 100101011 10100 111011

Color Harmonies of #AA80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA80AB

Black with #AA80AB

Text Example


Text Example

White with #AA80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA80AB; }

 p { color: rgb(170,128,171); }

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

background-color css

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

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

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

border-color css

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

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

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