Html Css Color HEX #AA8AAB London Hue

📋 copy color: '#AA8AAB'

red 170 ◦ green 138 ◦ blue 171

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

Shades of London Hue #AA8AAB

Tints of London Hue #AA8AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.81%

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

R = 35.49%
G = 28.81%
B = 35.7%

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

#AA8AAB (or 0xAA8AAB) is known color: London Hue. HEX triplet: AA, 8A and AB. RGB value is (170,138,171). Sum of RGB (Red+Green+Blue) = 170+138+171=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA8AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8AAB is #557554. Grayscale: #979797. Windows color (decimal): -5600597 or 11242154. OLE color: 11242154.

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

Color convert

RGB 170 138 171 -
CMYK 0.01 0.19 0 0.33
HSL 298.18º 0.16% 0.61% -
HSV(B) 298.18º 0.19% 0.67% -
XYZ 33.02 29.66 42.51 -
YUV 151.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 170 138 171 0.01 0.19 0 0.33 298.18 0.16 0.61
Hex AA 8A AB 1 13 0 21 12A 10 3D
Octal 252 212 253 1 23 0 41 452 20 75
Binary 10101010 10001010 10101011 1 10011 0 100001 100101010 10000 111101

Color Harmonies of #AA8AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8AAB

Black with #AA8AAB

Text Example


Text Example

White with #AA8AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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