Html Css Color HEX #A97BAC London Hue

📋 copy color: '#A97BAC'

red 169 ◦ green 123 ◦ blue 172

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

Shades of London Hue #A97BAC

Tints of London Hue #A97BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

 BLUE value IS 172 (67.58% from 255) = 37.07%

R = 36.42%
G = 26.51%
B = 37.07%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A97BAC (or 0xA97BAC) is known color: London Hue. HEX triplet: A9, 7B and AC. RGB value is (169,123,172). Sum of RGB (Red+Green+Blue) = 169+123+172=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #A97BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97BAC is #568453. Grayscale: #8E8E8E. Windows color (decimal): -5669972 or 11303849. OLE color: 11303849.

HSL color Cylindrical-coordinate representation of color #A97BAC: hue angle of 296.33º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97BAC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 123 172 -
CMYK 0.02 0.28 0 0.33
HSL 296.33º 0.23% 0.58% -
HSV(B) 296.33º 0.28% 0.67% -
XYZ 30.89 25.58 42.34 -
YUV 142.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 169 123 172 0.02 0.28 0 0.33 296.33 0.23 0.58
Hex A9 7B AC 2 1C 0 21 128 17 3A
Octal 251 173 254 2 34 0 41 450 27 72
Binary 10101001 1111011 10101100 10 11100 0 100001 100101000 10111 111010

Color Harmonies of #A97BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97BAC

Black with #A97BAC

Text Example


Text Example

White with #A97BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97BAC; }

 p { color: rgb(169,123,172); }

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

background-color css

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

 a { background-color: rgb(169,123,172); }

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

border-color css

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

 span { border-color: rgb(169,123,172); }

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