#A98BAC

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

Shades of London Hue #A98BAC

Tints of London Hue #A98BAC

Color information

#A98BAC (or 0xA98BAC) is unknown color: approx London Hue. HEX triplet: A9, 8B and AC. RGB value is (169,139,172). Sum of RGB (Red+Green+Blue) = 169+139+172=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #A98BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98BAC is #567453. Grayscale: #979797. Windows color (decimal): -5665876 or 11307945. OLE color: 11307945.

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

Color convert

RGB169139172-
CMYK0.020.1900.33
HSL294.55º16.58%60.98%-
HSV(B)294.55º19.19%67.45%-
XYZ33.0429.8843.06-
YUV151.73139.44140.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=35.21%
G=28.96%
B=35.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691391720.020.1900.33294.5516.5860.98
HexA98BAC213021127113d
Octal2512132542230414472175
Binary1010100110001011101011001010011010000110010011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BAC; }

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

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

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

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

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

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

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

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