#A984A7

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

Shades of London Hue #A984A7

Tints of London Hue #A984A7

Color information

#A984A7 (or 0xA984A7) is unknown color: approx London Hue. HEX triplet: A9, 84 and A7. RGB value is (169,132,167). Sum of RGB (Red+Green+Blue) = 169+132+167=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 169 - color contains mainly: red. Hex color #A984A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A984A7 is #567B58. Grayscale: #929292. Windows color (decimal): -5667673 or 10978473. OLE color: 10978473.

HSL color Cylindrical-coordinate representation of color #A984A7: hue angle of 303.24º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A984A7 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB169132167-
CMYK00.220.010.34
HSL303.24º17.7%59.02%-
HSV(B)303.24º21.89%66.27%-
XYZ31.5927.7340.25-
YUV147.05139.26143.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 167 (65.62% from 255) = 35.68%
R=36.11%
G=28.21%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913216700.220.010.34303.2417.759.02
HexA984A701612212f123b
Octal2512042470261424572273
Binary101010011000010010100111010110110001010010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984A7; }

 p { color: rgb(169,132,167); }

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

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

 a { background-color: rgb(169,132,167); }

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

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

 span { border-color: rgb(169,132,167); }

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