Html Css Color HEX #AA8CAE London Hue

📋 copy color: '#AA8CAE'

red 170 ◦ green 140 ◦ blue 174

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

Shades of London Hue #AA8CAE

Tints of London Hue #AA8CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.93%

 BLUE value IS 174 (68.36% from 255) = 35.95%

R = 35.12%
G = 28.93%
B = 35.95%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA8CAE (or 0xAA8CAE) is known color: London Hue. HEX triplet: AA, 8C and AE. RGB value is (170,140,174). Sum of RGB (Red+Green+Blue) = 170+140+174=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA8CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8CAE is #557351. Grayscale: #989898. Windows color (decimal): -5600082 or 11439274. OLE color: 11439274.

HSL color Cylindrical-coordinate representation of color #AA8CAE: hue angle of 292.94º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA8CAE is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 140 174 -
CMYK 0.02 0.20 0 0.32
HSL 292.94º 0.17% 0.62% -
HSV(B) 292.94º 0.2% 0.68% -
XYZ 33.6 30.36 44.13 -
YUV 152.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 170 140 174 0.02 0.20 0 0.32 292.94 0.17 0.62
Hex AA 8C AE 2 14 0 20 125 11 3E
Octal 252 214 256 2 24 0 40 445 21 76
Binary 10101010 10001100 10101110 10 10100 0 100000 100100101 10001 111110

Color Harmonies of #AA8CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CAE

Black with #AA8CAE

Text Example


Text Example

White with #AA8CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CAE; }

 p { color: rgb(170,140,174); }

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

background-color css

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

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

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

border-color css

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

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

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