#A98EA5

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

Shades of London Hue #A98EA5

Tints of London Hue #A98EA5

Color information

#A98EA5 (or 0xA98EA5) is unknown color: approx London Hue. HEX triplet: A9, 8E and A5. RGB value is (169,142,165). Sum of RGB (Red+Green+Blue) = 169+142+165=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A98EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98EA5 is #56715A. Grayscale: #989898. Windows color (decimal): -5665115 or 10849961. OLE color: 10849961.

HSL color Cylindrical-coordinate representation of color #A98EA5: hue angle of 308.89º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A98EA5 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB169142165-
CMYK00.160.020.34
HSL308.89º13.57%60.98%-
HSV(B)308.89º15.98%66.27%-
XYZ32.8330.539.75-
YUV152.7134.95139.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 142 (55.86% from 255) = 29.83%
BLUE value IS 165 (64.84% from 255) = 34.66%
R=35.50%
G=29.83%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914216500.160.020.34308.8913.5760.98
HexA98EA5010222135e3d
Octal2512162450202424651675
Binary101010011000111010100101010000101000101001101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EA5; }

 p { color: rgb(169,142,165); }

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

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

 a { background-color: rgb(169,142,165); }

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

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

 span { border-color: rgb(169,142,165); }

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