Html Css Color HEX #AA79A8 London Hue

📋 copy color: '#AA79A8'

red 170 ◦ green 121 ◦ blue 168

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

Shades of London Hue #AA79A8

Tints of London Hue #AA79A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 37.04%
G = 26.36%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA79A8 (or 0xAA79A8) is known color: London Hue. HEX triplet: AA, 79 and A8. RGB value is (170,121,168). Sum of RGB (Red+Green+Blue) = 170+121+168=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA79A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA79A8 is #558657. Grayscale: #8C8C8C. Windows color (decimal): -5604952 or 11041194. OLE color: 11041194.

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

Color convert

RGB 170 121 168 -
CMYK 0 0.29 0.01 0.33
HSL 302.45º 0.22% 0.57% -
HSV(B) 302.45º 0.29% 0.67% -
XYZ 30.48 25.05 40.27 -
YUV 141.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 170 121 168 0 0.29 0.01 0.33 302.45 0.22 0.57
Hex AA 79 A8 0 1D 1 21 12E 16 39
Octal 252 171 250 0 35 1 41 456 26 71
Binary 10101010 1111001 10101000 0 11101 1 100001 100101110 10110 111001

Color Harmonies of #AA79A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79A8

Black with #AA79A8

Text Example


Text Example

White with #AA79A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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