Html Css Color HEX #AA8FAB London Hue

📋 copy color: '#AA8FAB'

red 170 ◦ green 143 ◦ blue 171

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

Shades of London Hue #AA8FAB

Tints of London Hue #AA8FAB

RGB

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

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

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

R = 35.12%
G = 29.55%
B = 35.33%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA8FAB (or 0xAA8FAB) is known color: London Hue. HEX triplet: AA, 8F and AB. RGB value is (170,143,171). Sum of RGB (Red+Green+Blue) = 170+143+171=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8FAB is #557054. Grayscale: #9A9A9A. Windows color (decimal): -5599317 or 11243434. OLE color: 11243434.

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

Color convert

RGB 170 143 171 -
CMYK 0.01 0.16 0 0.33
HSL 297.86º 0.14% 0.62% -
HSV(B) 297.86º 0.16% 0.67% -
XYZ 33.75 31.13 42.76 -
YUV 154.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 170 143 171 0.01 0.16 0 0.33 297.86 0.14 0.62
Hex AA 8F AB 1 10 0 21 12A E 3E
Octal 252 217 253 1 20 0 41 452 16 76
Binary 10101010 10001111 10101011 1 10000 0 100001 100101010 1110 111110

Color Harmonies of #AA8FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FAB

Black with #AA8FAB

Text Example


Text Example

White with #AA8FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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