Html Css Color HEX #AA8DAE London Hue

📋 copy color: '#AA8DAE'

red 170 ◦ green 141 ◦ blue 174

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

Shades of London Hue #AA8DAE

Tints of London Hue #AA8DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

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

R = 35.05%
G = 29.07%
B = 35.88%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA8DAE (or 0xAA8DAE) is known color: London Hue. HEX triplet: AA, 8D and AE. RGB value is (170,141,174). Sum of RGB (Red+Green+Blue) = 170+141+174=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA8DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8DAE is #557251. Grayscale: #999999. Windows color (decimal): -5599826 or 11439530. OLE color: 11439530.

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

Color convert

RGB 170 141 174 -
CMYK 0.02 0.19 0 0.32
HSL 292.73º 0.17% 0.62% -
HSV(B) 292.73º 0.19% 0.68% -
XYZ 33.74 30.65 44.18 -
YUV 153.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 170 141 174 0.02 0.19 0 0.32 292.73 0.17 0.62
Hex AA 8D AE 2 13 0 20 125 11 3E
Octal 252 215 256 2 23 0 40 445 21 76
Binary 10101010 10001101 10101110 10 10011 0 100000 100100101 10001 111110

Color Harmonies of #AA8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DAE

Black with #AA8DAE

Text Example


Text Example

White with #AA8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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