#A98BAA

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

Shades of London Hue #A98BAA

Tints of London Hue #A98BAA

Color information

#A98BAA (or 0xA98BAA) is unknown color: approx London Hue. HEX triplet: A9, 8B and AA. RGB value is (169,139,170). Sum of RGB (Red+Green+Blue) = 169+139+170=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #A98BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98BAA is #567455. Grayscale: #979797. Windows color (decimal): -5665878 or 11176873. OLE color: 11176873.

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

Color convert

RGB169139170-
CMYK0.010.1800.33
HSL298.06º15.42%60.59%-
HSV(B)298.06º18.24%66.67%-
XYZ32.8529.842.05-
YUV151.5138.44140.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=35.36%
G=29.08%
B=35.56%

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
Decimal1691391700.010.1800.33298.0615.4260.59
HexA98BAA11202112af3d
Octal2512132521220414521775
Binary10101001100010111010101011001001000011001010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BAA; }

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

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

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

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

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

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

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

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