#A98DA4

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

Shades of London Hue #A98DA4

Tints of London Hue #A98DA4

Color information

#A98DA4 (or 0xA98DA4) is unknown color: approx London Hue. HEX triplet: A9, 8D and A4. RGB value is (169,141,164). Sum of RGB (Red+Green+Blue) = 169+141+164=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 169 - color contains mainly: red. Hex color #A98DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98DA4 is #56725B. Grayscale: #979797. Windows color (decimal): -5665372 or 10784169. OLE color: 10784169.

HSL color Cylindrical-coordinate representation of color #A98DA4: hue angle of 310.71º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A98DA4 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB169141164-
CMYK00.170.030.34
HSL310.71º14%60.78%-
HSV(B)310.71º16.57%66.27%-
XYZ32.5930.1739.23-
YUV151.99134.78140.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 141 (55.47% from 255) = 29.75%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=35.65%
G=29.75%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914116400.170.030.34310.711460.78
HexA98DA4011322137e3d
Octal2512152440213424671675
Binary101010011000110110100100010001111000101001101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DA4; }

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

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

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

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

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

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

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

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