Html Css Color HEX #AA8AAE London Hue

📋 copy color: '#AA8AAE'

red 170 ◦ green 138 ◦ blue 174

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

Shades of London Hue #AA8AAE

Tints of London Hue #AA8AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

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

R = 35.27%
G = 28.63%
B = 36.1%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA8AAE (or 0xAA8AAE) is known color: London Hue. HEX triplet: AA, 8A and AE. RGB value is (170,138,174). Sum of RGB (Red+Green+Blue) = 170+138+174=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA8AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8AAE is #557551. Grayscale: #979797. Windows color (decimal): -5600594 or 11438762. OLE color: 11438762.

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

Color convert

RGB 170 138 174 -
CMYK 0.02 0.21 0 0.32
HSL 293.33º 0.18% 0.61% -
HSV(B) 293.33º 0.21% 0.68% -
XYZ 33.31 29.78 44.04 -
YUV 151.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 170 138 174 0.02 0.21 0 0.32 293.33 0.18 0.61
Hex AA 8A AE 2 15 0 20 125 12 3D
Octal 252 212 256 2 25 0 40 445 22 75
Binary 10101010 10001010 10101110 10 10101 0 100000 100100101 10010 111101

Color Harmonies of #AA8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8AAE

Black with #AA8AAE

Text Example


Text Example

White with #AA8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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