#A991AD

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

Shades of London Hue #A991AD

Tints of London Hue #A991AD

Color information

#A991AD (or 0xA991AD) is unknown color: approx London Hue. HEX triplet: A9, 91 and AD. RGB value is (169,145,173). Sum of RGB (Red+Green+Blue) = 169+145+173=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #A991AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A991AD is #566E52. Grayscale: #9B9B9B. Windows color (decimal): -5664339 or 11375017. OLE color: 11375017.

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

Color convert

RGB169145173-
CMYK0.020.1600.32
HSL291.43º14.58%62.35%-
HSV(B)291.43º16.18%67.84%-
XYZ34.0331.743.86-
YUV155.37137.95137.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 145 (57.03% from 255) = 29.77%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=34.70%
G=29.77%
B=35.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691451730.020.1600.32291.4314.5862.35
HexA991AD210020123f3e
Octal2512212552200404431776
Binary101010011001000110101101101000001000001001000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991AD; }

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

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

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

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

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

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

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

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