Html Css Color HEX #AA8BAB London Hue

📋 copy color: '#AA8BAB'

red 170 ◦ green 139 ◦ blue 171

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

Shades of London Hue #AA8BAB

Tints of London Hue #AA8BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 35.42%
G = 28.96%
B = 35.63%

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

#AA8BAB (or 0xAA8BAB) is known color: London Hue. HEX triplet: AA, 8B and AB. RGB value is (170,139,171). Sum of RGB (Red+Green+Blue) = 170+139+171=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA8BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BAB is #557454. Grayscale: #979797. Windows color (decimal): -5600341 or 11242410. OLE color: 11242410.

HSL color Cylindrical-coordinate representation of color #AA8BAB: hue angle of 298.12º degrees, saturation: 0.16, 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 #AA8BAB is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 139 171 -
CMYK 0.01 0.19 0 0.33
HSL 298.13º 0.16% 0.61% -
HSV(B) 298.13º 0.19% 0.67% -
XYZ 33.16 29.95 42.56 -
YUV 151.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 170 139 171 0.01 0.19 0 0.33 298.13 0.16 0.61
Hex AA 8B AB 1 13 0 21 12A 10 3D
Octal 252 213 253 1 23 0 41 452 20 75
Binary 10101010 10001011 10101011 1 10011 0 100001 100101010 10000 111101

Color Harmonies of #AA8BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BAB

Black with #AA8BAB

Text Example


Text Example

White with #AA8BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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