Html Css Color HEX #AA79AA London Hue

📋 copy color: '#AA79AA'

red 170 ◦ green 121 ◦ blue 170

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

Shades of London Hue #AA79AA

Tints of London Hue #AA79AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 36.88%
G = 26.25%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA79AA (or 0xAA79AA) is known color: London Hue. HEX triplet: AA, 79 and AA. RGB value is (170,121,170). Sum of RGB (Red+Green+Blue) = 170+121+170=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA79AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA79AA is #558655. Grayscale: #8D8D8D. Windows color (decimal): -5604950 or 11172266. OLE color: 11172266.

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

Color convert

RGB 170 121 170 -
CMYK 0 0.29 0 0.33
HSL 300º 0.22% 0.57% -
HSV(B) 300º 0.29% 0.67% -
XYZ 30.67 25.12 41.26 -
YUV 141.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 170 121 170 0 0.29 0 0.33 300 0.22 0.57
Hex AA 79 AA 0 1D 0 21 12C 16 39
Octal 252 171 252 0 35 0 41 454 26 71
Binary 10101010 1111001 10101010 0 11101 0 100001 100101100 10110 111001

Color Harmonies of #AA79AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79AA

Black with #AA79AA

Text Example


Text Example

White with #AA79AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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