#A995AC

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

Shades of London Hue #A995AC

Tints of London Hue #A995AC

Color information

#A995AC (or 0xA995AC) is unknown color: approx London Hue. HEX triplet: A9, 95 and AC. RGB value is (169,149,172). Sum of RGB (Red+Green+Blue) = 169+149+172=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 172 - color contains mainly: blue. Hex color #A995AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A995AC is #566A53. Grayscale: #9D9D9D. Windows color (decimal): -5663316 or 11310505. OLE color: 11310505.

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

Color convert

RGB169149172-
CMYK0.020.1300.33
HSL292.17º12.17%62.94%-
HSV(B)292.17º13.37%67.45%-
XYZ34.5632.9143.56-
YUV157.6136.13136.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=34.49%
G=30.41%
B=35.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691491720.020.1300.33292.1712.1762.94
HexA995AC2D021124c3f
Octal2512252542150414441477
Binary10101001100101011010110010110101000011001001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995AC; }

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

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

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

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

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

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

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

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