#A97BAD

Color #A97BAD London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #A97BAD

Tints of London Hue #A97BAD

Color information

#A97BAD (or 0xA97BAD) is unknown color: approx London Hue. HEX triplet: A9, 7B and AD. RGB value is (169,123,173). Sum of RGB (Red+Green+Blue) = 169+123+173=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #A97BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97BAD is #568452. Grayscale: #8E8E8E. Windows color (decimal): -5669971 or 11369385. OLE color: 11369385.

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

Color convert

RGB169123173-
CMYK0.020.2900.32
HSL295.2º23.36%58.04%-
HSV(B)295.2º28.9%67.84%-
XYZ30.9925.6242.85-
YUV142.45145.24146.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=36.34%
G=26.45%
B=37.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691231730.020.2900.32295.223.3658.04
HexA97BAD21D020127173a
Octal2511732552350404472772
Binary101010011111011101011011011101010000010010011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97BAD; }

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

 H1.HeaderClassName
 {
   color: #A97BAD;
 }
 .AnyTagClassName
 {
   color: #A97BAD;
 }
</style>
background-color css

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

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

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

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

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

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