#A98EAC

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

Shades of London Hue #A98EAC

Tints of London Hue #A98EAC

Color information

#A98EAC (or 0xA98EAC) is unknown color: approx London Hue. HEX triplet: A9, 8E and AC. RGB value is (169,142,172). Sum of RGB (Red+Green+Blue) = 169+142+172=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #A98EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98EAC is #567153. Grayscale: #999999. Windows color (decimal): -5665108 or 11308713. OLE color: 11308713.

HSL color Cylindrical-coordinate representation of color #A98EAC: hue angle of 294º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A98EAC is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169142172-
CMYK0.020.1700.33
HSL294º15.31%61.57%-
HSV(B)294º17.44%67.45%-
XYZ33.4830.7643.2-
YUV153.49138.45139.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=34.99%
G=29.40%
B=35.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691421720.020.1700.3329415.3161.57
HexA98EAC211021126f3e
Octal2512162542210414461776
Binary101010011000111010101100101000101000011001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EAC; }

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

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

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

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

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

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

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

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