Html Css Color HEX #A997AB London Hue

📋 copy color: '#A997AB'

red 169 ◦ green 151 ◦ blue 171

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

Shades of London Hue #A997AB

Tints of London Hue #A997AB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.75%

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

R = 34.42%
G = 30.75%
B = 34.83%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A997AB (or 0xA997AB) is known color: London Hue. HEX triplet: A9, 97 and AB. RGB value is (169,151,171). Sum of RGB (Red+Green+Blue) = 169+151+171=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 171 - color contains mainly: blue. Hex color #A997AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A997AB is #566854. Grayscale: #9E9E9E. Windows color (decimal): -5662805 or 11245481. OLE color: 11245481.

HSL color Cylindrical-coordinate representation of color #A997AB: hue angle of 294º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A997AB is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 151 171 -
CMYK 0.01 0.12 0 0.33
HSL 294º 0.11% 0.63% -
HSV(B) 294º 0.12% 0.67% -
XYZ 34.78 33.51 43.16 -
YUV 158.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 169 151 171 0.01 0.12 0 0.33 294 0.11 0.63
Hex A9 97 AB 1 C 0 21 126 B 3F
Octal 251 227 253 1 14 0 41 446 13 77
Binary 10101001 10010111 10101011 1 1100 0 100001 100100110 1011 111111

Color Harmonies of #A997AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997AB

Black with #A997AB

Text Example


Text Example

White with #A997AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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