#A981AC

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

Shades of London Hue #A981AC

Tints of London Hue #A981AC

Color information

#A981AC (or 0xA981AC) is unknown color: approx London Hue. HEX triplet: A9, 81 and AC. RGB value is (169,129,172). Sum of RGB (Red+Green+Blue) = 169+129+172=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #A981AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A981AC is #567E53. Grayscale: #919191. Windows color (decimal): -5668436 or 11305385. OLE color: 11305385.

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

Color convert

RGB169129172-
CMYK0.020.2500.33
HSL295.81º20.57%59.02%-
HSV(B)295.81º25%67.45%-
XYZ31.6627.1142.59-
YUV145.86142.75144.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.96%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=35.96%
G=27.45%
B=36.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691291720.020.2500.33295.8120.5759.02
HexA981AC219021128153b
Octal2512012542310414502573
Binary1010100110000001101011001011001010000110010100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981AC; }

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

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

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

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

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

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

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

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