#A98CAB

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

Shades of London Hue #A98CAB

Tints of London Hue #A98CAB

Color information

#A98CAB (or 0xA98CAB) is unknown color: approx London Hue. HEX triplet: A9, 8C and AB. RGB value is (169,140,171). Sum of RGB (Red+Green+Blue) = 169+140+171=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #A98CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98CAB is #567354. Grayscale: #989898. Windows color (decimal): -5665621 or 11242665. OLE color: 11242665.

HSL color Cylindrical-coordinate representation of color #A98CAB: hue angle of 296.13º 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 #A98CAB is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169140171-
CMYK0.010.1800.33
HSL296.13º15.58%60.98%-
HSV(B)296.13º18.13%67.06%-
XYZ33.0930.1342.6-
YUV152.2138.61139.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 140 (55.08% from 255) = 29.17%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=35.21%
G=29.17%
B=35.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691401710.010.1800.33296.1315.5860.98
HexA98CAB112021128103d
Octal2512142531220414502075
Binary101010011000110010101011110010010000110010100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CAB; }

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

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

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

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

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

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

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

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