Html Css Color HEX #AA8BAC London Hue

📋 copy color: '#AA8BAC'

red 170 ◦ green 139 ◦ blue 172

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

Shades of London Hue #AA8BAC

Tints of London Hue #AA8BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 35.34%
G = 28.9%
B = 35.76%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA8BAC (or 0xAA8BAC) is known color: London Hue. HEX triplet: AA, 8B and AC. RGB value is (170,139,172). Sum of RGB (Red+Green+Blue) = 170+139+172=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA8BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BAC is #557453. Grayscale: #979797. Windows color (decimal): -5600340 or 11307946. OLE color: 11307946.

HSL color Cylindrical-coordinate representation of color #AA8BAC: hue angle of 296.36º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA8BAC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 139 172 -
CMYK 0.01 0.19 0 0.33
HSL 296.36º 0.17% 0.61% -
HSV(B) 296.36º 0.19% 0.67% -
XYZ 33.26 29.99 43.07 -
YUV 152.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 170 139 172 0.01 0.19 0 0.33 296.36 0.17 0.61
Hex AA 8B AC 1 13 0 21 128 11 3D
Octal 252 213 254 1 23 0 41 450 21 75
Binary 10101010 10001011 10101100 1 10011 0 100001 100101000 10001 111101

Color Harmonies of #AA8BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BAC

Black with #AA8BAC

Text Example


Text Example

White with #AA8BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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