Html Css Color HEX #AA79AC London Hue

📋 copy color: '#AA79AC'

red 170 ◦ green 121 ◦ blue 172

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

Shades of London Hue #AA79AC

Tints of London Hue #AA79AC

RGB

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

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

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

R = 36.72%
G = 26.13%
B = 37.15%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA79AC (or 0xAA79AC) is known color: London Hue. HEX triplet: AA, 79 and AC. RGB value is (170,121,172). Sum of RGB (Red+Green+Blue) = 170+121+172=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA79AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA79AC is #558653. Grayscale: #8D8D8D. Windows color (decimal): -5604948 or 11303338. OLE color: 11303338.

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

Color convert

RGB 170 121 172 -
CMYK 0.01 0.30 0 0.33
HSL 297.65º 0.24% 0.57% -
HSV(B) 297.65º 0.3% 0.67% -
XYZ 30.86 25.2 42.27 -
YUV 141.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 170 121 172 0.01 0.30 0 0.33 297.65 0.24 0.57
Hex AA 79 AC 1 1E 0 21 12A 18 39
Octal 252 171 254 1 36 0 41 452 30 71
Binary 10101010 1111001 10101100 1 11110 0 100001 100101010 11000 111001

Color Harmonies of #AA79AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79AC

Black with #AA79AC

Text Example


Text Example

White with #AA79AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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