Html Css Color HEX #AA8BAE London Hue

📋 copy color: '#AA8BAE'

red 170 ◦ green 139 ◦ blue 174

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

Shades of London Hue #AA8BAE

Tints of London Hue #AA8BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.78%

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

R = 35.2%
G = 28.78%
B = 36.02%

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

#AA8BAE (or 0xAA8BAE) is known color: London Hue. HEX triplet: AA, 8B and AE. RGB value is (170,139,174). Sum of RGB (Red+Green+Blue) = 170+139+174=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA8BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BAE is #557451. Grayscale: #989898. Windows color (decimal): -5600338 or 11439018. OLE color: 11439018.

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

Color convert

RGB 170 139 174 -
CMYK 0.02 0.20 0 0.32
HSL 293.14º 0.18% 0.61% -
HSV(B) 293.14º 0.2% 0.68% -
XYZ 33.45 30.07 44.08 -
YUV 152.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 170 139 174 0.02 0.20 0 0.32 293.14 0.18 0.61
Hex AA 8B AE 2 14 0 20 125 12 3D
Octal 252 213 256 2 24 0 40 445 22 75
Binary 10101010 10001011 10101110 10 10100 0 100000 100100101 10010 111101

Color Harmonies of #AA8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BAE

Black with #AA8BAE

Text Example


Text Example

White with #AA8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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