#A985AA

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

Shades of London Hue #A985AA

Tints of London Hue #A985AA

Color information

#A985AA (or 0xA985AA) is unknown color: approx London Hue. HEX triplet: A9, 85 and AA. RGB value is (169,133,170). Sum of RGB (Red+Green+Blue) = 169+133+170=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #A985AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A985AA is #567A55. Grayscale: #939393. Windows color (decimal): -5667414 or 11175337. OLE color: 11175337.

HSL color Cylindrical-coordinate representation of color #A985AA: hue angle of 298.38º 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 #A985AA is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169133170-
CMYK0.010.2200.33
HSL298.38º17.87%59.41%-
HSV(B)298.38º21.76%66.67%-
XYZ32.0128.1141.77-
YUV147.98140.43142.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=35.81%
G=28.18%
B=36.02%

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
Decimal1691331700.010.2200.33298.3817.8759.41
HexA985AA11602112a123b
Octal2512052521260414522273
Binary101010011000010110101010110110010000110010101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985AA; }

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

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

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

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

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

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

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

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