#A98FAC

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

Shades of London Hue #A98FAC

Tints of London Hue #A98FAC

Color information

#A98FAC (or 0xA98FAC) is unknown color: approx London Hue. HEX triplet: A9, 8F and AC. RGB value is (169,143,172). Sum of RGB (Red+Green+Blue) = 169+143+172=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #A98FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98FAC is #567053. Grayscale: #999999. Windows color (decimal): -5664852 or 11308969. OLE color: 11308969.

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

Color convert

RGB169143172-
CMYK0.020.1700.33
HSL293.79º14.87%61.76%-
HSV(B)293.79º16.86%67.45%-
XYZ33.6331.0643.25-
YUV154.08138.11138.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 143 (56.25% from 255) = 29.55%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=34.92%
G=29.55%
B=35.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691431720.020.1700.33293.7914.8761.76
HexA98FAC211021126f3e
Octal2512172542210414461776
Binary101010011000111110101100101000101000011001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FAC; }

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

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

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

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

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

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

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

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