Html Css Color HEX #AA8FAE London Hue

📋 copy color: '#AA8FAE'

red 170 ◦ green 143 ◦ blue 174

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

Shades of London Hue #AA8FAE

Tints of London Hue #AA8FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.36%

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

R = 34.91%
G = 29.36%
B = 35.73%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA8FAE (or 0xAA8FAE) is known color: London Hue. HEX triplet: AA, 8F and AE. RGB value is (170,143,174). Sum of RGB (Red+Green+Blue) = 170+143+174=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA8FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8FAE is #557051. Grayscale: #9A9A9A. Windows color (decimal): -5599314 or 11440042. OLE color: 11440042.

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

Color convert

RGB 170 143 174 -
CMYK 0.02 0.18 0 0.32
HSL 292.26º 0.16% 0.62% -
HSV(B) 292.26º 0.18% 0.68% -
XYZ 34.04 31.25 44.28 -
YUV 154.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 170 143 174 0.02 0.18 0 0.32 292.26 0.16 0.62
Hex AA 8F AE 2 12 0 20 124 10 3E
Octal 252 217 256 2 22 0 40 444 20 76
Binary 10101010 10001111 10101110 10 10010 0 100000 100100100 10000 111110

Color Harmonies of #AA8FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FAE

Black with #AA8FAE

Text Example


Text Example

White with #AA8FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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