#A98CAD

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

Shades of London Hue #A98CAD

Tints of London Hue #A98CAD

Color information

#A98CAD (or 0xA98CAD) is unknown color: approx London Hue. HEX triplet: A9, 8C and AD. RGB value is (169,140,173). Sum of RGB (Red+Green+Blue) = 169+140+173=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #A98CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98CAD is #567352. Grayscale: #989898. Windows color (decimal): -5665619 or 11373737. OLE color: 11373737.

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

Color convert

RGB169140173-
CMYK0.020.1900.32
HSL292.73º16.75%61.37%-
HSV(B)292.73º19.08%67.84%-
XYZ33.2830.2143.61-
YUV152.43139.61139.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=35.06%
G=29.05%
B=35.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691401730.020.1900.32292.7316.7561.37
HexA98CAD213020125113d
Octal2512142552230404452175
Binary1010100110001100101011011010011010000010010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CAD; }

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

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

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

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

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

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

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

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