#A98DAD

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

Shades of London Hue #A98DAD

Tints of London Hue #A98DAD

Color information

#A98DAD (or 0xA98DAD) is unknown color: approx London Hue. HEX triplet: A9, 8D and AD. RGB value is (169,141,173). Sum of RGB (Red+Green+Blue) = 169+141+173=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #A98DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98DAD is #567252. Grayscale: #989898. Windows color (decimal): -5665363 or 11373993. OLE color: 11373993.

HSL color Cylindrical-coordinate representation of color #A98DAD: hue angle of 292.5º 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 #A98DAD is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169141173-
CMYK0.020.1800.32
HSL292.5º16.33%61.57%-
HSV(B)292.5º18.5%67.84%-
XYZ33.4330.543.66-
YUV153.02139.28139.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 141 (55.47% from 255) = 29.19%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=34.99%
G=29.19%
B=35.82%

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
Decimal1691411730.020.1800.32292.516.3361.57
HexA98DAD212020124103e
Octal2512152552220404442076
Binary1010100110001101101011011010010010000010010010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DAD; }

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

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

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

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

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

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

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

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