Html Css Color HEX #AA79AB London Hue

📋 copy color: '#AA79AB'

red 170 ◦ green 121 ◦ blue 171

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

Shades of London Hue #AA79AB

Tints of London Hue #AA79AB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.19%

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

R = 36.8%
G = 26.19%
B = 37.01%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA79AB (or 0xAA79AB) is known color: London Hue. HEX triplet: AA, 79 and AB. RGB value is (170,121,171). Sum of RGB (Red+Green+Blue) = 170+121+171=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA79AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA79AB is #558654. Grayscale: #8D8D8D. Windows color (decimal): -5604949 or 11237802. OLE color: 11237802.

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

Color convert

RGB 170 121 171 -
CMYK 0.01 0.29 0 0.33
HSL 298.8º 0.23% 0.57% -
HSV(B) 298.8º 0.29% 0.67% -
XYZ 30.77 25.16 41.76 -
YUV 141.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 170 121 171 0.01 0.29 0 0.33 298.8 0.23 0.57
Hex AA 79 AB 1 1D 0 21 12B 17 39
Octal 252 171 253 1 35 0 41 453 27 71
Binary 10101010 1111001 10101011 1 11101 0 100001 100101011 10111 111001

Color Harmonies of #AA79AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79AB

Black with #AA79AB

Text Example


Text Example

White with #AA79AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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