#A984AA

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

Shades of London Hue #A984AA

Tints of London Hue #A984AA

Color information

#A984AA (or 0xA984AA) is unknown color: approx London Hue. HEX triplet: A9, 84 and AA. RGB value is (169,132,170). Sum of RGB (Red+Green+Blue) = 169+132+170=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #A984AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A984AA is #567B55. Grayscale: #939393. Windows color (decimal): -5667670 or 11175081. OLE color: 11175081.

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

Color convert

RGB169132170-
CMYK0.010.2200.33
HSL298.42º18.27%59.22%-
HSV(B)298.42º22.35%66.67%-
XYZ31.8727.8441.72-
YUV147.39140.76143.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=35.88%
G=28.03%
B=36.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691321700.010.2200.33298.4218.2759.22
HexA984AA11602112a123b
Octal2512042521260414522273
Binary101010011000010010101010110110010000110010101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984AA; }

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

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

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

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

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

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

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

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