Html Css Color HEX #A97FAC London Hue

📋 copy color: '#A97FAC'

red 169 ◦ green 127 ◦ blue 172

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

Shades of London Hue #A97FAC

Tints of London Hue #A97FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 27.14%

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

R = 36.11%
G = 27.14%
B = 36.75%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A97FAC (or 0xA97FAC) is known color: London Hue. HEX triplet: A9, 7F and AC. RGB value is (169,127,172). Sum of RGB (Red+Green+Blue) = 169+127+172=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #A97FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97FAC is #568053. Grayscale: #909090. Windows color (decimal): -5668948 or 11304873. OLE color: 11304873.

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

Color convert

RGB 169 127 172 -
CMYK 0.02 0.26 0 0.33
HSL 296º 0.21% 0.59% -
HSV(B) 296º 0.26% 0.67% -
XYZ 31.4 26.59 42.51 -
YUV 144.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 169 127 172 0.02 0.26 0 0.33 296 0.21 0.59
Hex A9 7F AC 2 1A 0 21 128 15 3B
Octal 251 177 254 2 32 0 41 450 25 73
Binary 10101001 1111111 10101100 10 11010 0 100001 100101000 10101 111011

Color Harmonies of #A97FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97FAC

Black with #A97FAC

Text Example


Text Example

White with #A97FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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