#A984AE

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

Shades of London Hue #A984AE

Tints of London Hue #A984AE

Color information

#A984AE (or 0xA984AE) is unknown color: approx London Hue. HEX triplet: A9, 84 and AE. RGB value is (169,132,174). Sum of RGB (Red+Green+Blue) = 169+132+174=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 174 - color contains mainly: blue. Hex color #A984AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A984AE is #567B51. Grayscale: #939393. Windows color (decimal): -5667666 or 11437225. OLE color: 11437225.

HSL color Cylindrical-coordinate representation of color #A984AE: hue angle of 292.86º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A984AE is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169132174-
CMYK0.030.2400.32
HSL292.86º20.59%60%-
HSV(B)292.86º24.14%68.24%-
XYZ32.2527.9943.75-
YUV147.85142.76143.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=35.58%
G=27.79%
B=36.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691321740.030.2400.32292.8620.5960
HexA984AE318020125153c
Octal2512042563300404452574
Binary1010100110000100101011101111000010000010010010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984AE; }

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

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

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

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

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

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

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

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