#A98EAD

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

Shades of London Hue #A98EAD

Tints of London Hue #A98EAD

Color information

#A98EAD (or 0xA98EAD) is unknown color: approx London Hue. HEX triplet: A9, 8E and AD. RGB value is (169,142,173). Sum of RGB (Red+Green+Blue) = 169+142+173=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #A98EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98EAD is #567152. Grayscale: #999999. Windows color (decimal): -5665107 or 11374249. OLE color: 11374249.

HSL color Cylindrical-coordinate representation of color #A98EAD: hue angle of 292.26º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A98EAD is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169142173-
CMYK0.020.1800.32
HSL292.26º15.9%61.76%-
HSV(B)292.26º17.92%67.84%-
XYZ33.5830.843.71-
YUV153.61138.95138.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 142 (55.86% from 255) = 29.34%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=34.92%
G=29.34%
B=35.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691421730.020.1800.32292.2615.961.76
HexA98EAD212020124103e
Octal2512162552220404442076
Binary1010100110001110101011011010010010000010010010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EAD; }

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

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

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

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

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

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

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

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