Html Css Color HEX #AA8EAC London Hue

📋 copy color: '#AA8EAC'

red 170 ◦ green 142 ◦ blue 172

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

Shades of London Hue #AA8EAC

Tints of London Hue #AA8EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.34%

 BLUE value IS 172 (67.58% from 255) = 35.54%

R = 35.12%
G = 29.34%
B = 35.54%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA8EAC (or 0xAA8EAC) is known color: London Hue. HEX triplet: AA, 8E and AC. RGB value is (170,142,172). Sum of RGB (Red+Green+Blue) = 170+142+172=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA8EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8EAC is #557153. Grayscale: #999999. Windows color (decimal): -5599572 or 11308714. OLE color: 11308714.

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

Color convert

RGB 170 142 172 -
CMYK 0.01 0.17 0 0.33
HSL 296º 0.15% 0.62% -
HSV(B) 296º 0.17% 0.67% -
XYZ 33.7 30.87 43.21 -
YUV 153.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 170 142 172 0.01 0.17 0 0.33 296 0.15 0.62
Hex AA 8E AC 1 11 0 21 128 F 3E
Octal 252 216 254 1 21 0 41 450 17 76
Binary 10101010 10001110 10101100 1 10001 0 100001 100101000 1111 111110

Color Harmonies of #AA8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8EAC

Black with #AA8EAC

Text Example


Text Example

White with #AA8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8EAC; }

 p { color: rgb(170,142,172); }

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

background-color css

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

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

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

border-color css

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

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

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