Html Css Color HEX #A97CAC London Hue

📋 copy color: '#A97CAC'

red 169 ◦ green 124 ◦ blue 172

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

Shades of London Hue #A97CAC

Tints of London Hue #A97CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.67%

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

R = 36.34%
G = 26.67%
B = 36.99%

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

#A97CAC (or 0xA97CAC) is known color: London Hue. HEX triplet: A9, 7C and AC. RGB value is (169,124,172). Sum of RGB (Red+Green+Blue) = 169+124+172=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #A97CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97CAC is #568353. Grayscale: #8E8E8E. Windows color (decimal): -5669716 or 11304105. OLE color: 11304105.

HSL color Cylindrical-coordinate representation of color #A97CAC: hue angle of 296.25º degrees, saturation: 0.22, 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 #A97CAC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 124 172 -
CMYK 0.02 0.28 0 0.33
HSL 296.25º 0.22% 0.58% -
HSV(B) 296.25º 0.28% 0.67% -
XYZ 31.02 25.83 42.38 -
YUV 142.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 169 124 172 0.02 0.28 0 0.33 296.25 0.22 0.58
Hex A9 7C AC 2 1C 0 21 128 16 3A
Octal 251 174 254 2 34 0 41 450 26 72
Binary 10101001 1111100 10101100 10 11100 0 100001 100101000 10110 111010

Color Harmonies of #A97CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97CAC

Black with #A97CAC

Text Example


Text Example

White with #A97CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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