Html Css Color HEX #A979AA London Hue

📋 copy color: '#A979AA'

red 169 ◦ green 121 ◦ blue 170

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

Shades of London Hue #A979AA

Tints of London Hue #A979AA

RGB

 RED value IS 169 (66.41% from 255) = 36.74%

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

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

R = 36.74%
G = 26.3%
B = 36.96%

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

#A979AA (or 0xA979AA) is known color: London Hue. HEX triplet: A9, 79 and AA. RGB value is (169,121,170). Sum of RGB (Red+Green+Blue) = 169+121+170=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #A979AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A979AA is #568655. Grayscale: #8C8C8C. Windows color (decimal): -5670486 or 11172265. OLE color: 11172265.

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

Color convert

RGB 169 121 170 -
CMYK 0.01 0.29 0 0.33
HSL 298.78º 0.22% 0.57% -
HSV(B) 298.78º 0.29% 0.67% -
XYZ 30.46 25.01 41.25 -
YUV 140.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 169 121 170 0.01 0.29 0 0.33 298.78 0.22 0.57
Hex A9 79 AA 1 1D 0 21 12B 16 39
Octal 251 171 252 1 35 0 41 453 26 71
Binary 10101001 1111001 10101010 1 11101 0 100001 100101011 10110 111001

Color Harmonies of #A979AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A979AA

Black with #A979AA

Text Example


Text Example

White with #A979AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A979AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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