Html Css Color HEX #A979AB London Hue

📋 copy color: '#A979AB'

red 169 ◦ green 121 ◦ blue 171

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

Shades of London Hue #A979AB

Tints of London Hue #A979AB

RGB

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

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

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

R = 36.66%
G = 26.25%
B = 37.09%

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

#A979AB (or 0xA979AB) is known color: London Hue. HEX triplet: A9, 79 and AB. RGB value is (169,121,171). Sum of RGB (Red+Green+Blue) = 169+121+171=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #A979AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A979AB is #568654. Grayscale: #8C8C8C. Windows color (decimal): -5670485 or 11237801. OLE color: 11237801.

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

Color convert

RGB 169 121 171 -
CMYK 0.01 0.29 0 0.33
HSL 297.6º 0.23% 0.57% -
HSV(B) 297.6º 0.29% 0.67% -
XYZ 30.55 25.05 41.75 -
YUV 141.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 169 121 171 0.01 0.29 0 0.33 297.6 0.23 0.57
Hex A9 79 AB 1 1D 0 21 12A 17 39
Octal 251 171 253 1 35 0 41 452 27 71
Binary 10101001 1111001 10101011 1 11101 0 100001 100101010 10111 111001

Color Harmonies of #A979AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A979AB

Black with #A979AB

Text Example


Text Example

White with #A979AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A979AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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