#A98DAC

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

Shades of London Hue #A98DAC

Tints of London Hue #A98DAC

Color information

#A98DAC (or 0xA98DAC) is unknown color: approx London Hue. HEX triplet: A9, 8D and AC. RGB value is (169,141,172). Sum of RGB (Red+Green+Blue) = 169+141+172=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #A98DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98DAC is #567253. Grayscale: #989898. Windows color (decimal): -5665364 or 11308457. OLE color: 11308457.

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

Color convert

RGB169141172-
CMYK0.020.1800.33
HSL294.19º15.74%61.37%-
HSV(B)294.19º18.02%67.45%-
XYZ33.3330.4643.15-
YUV152.91138.78139.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=35.06%
G=29.25%
B=35.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691411720.020.1800.33294.1915.7461.37
HexA98DAC212021126103d
Octal2512152542220414462075
Binary1010100110001101101011001010010010000110010011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DAC; }

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

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

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

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

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

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

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

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