#A98AAA

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

Shades of London Hue #A98AAA

Tints of London Hue #A98AAA

Color information

#A98AAA (or 0xA98AAA) is unknown color: approx London Hue. HEX triplet: A9, 8A and AA. RGB value is (169,138,170). Sum of RGB (Red+Green+Blue) = 169+138+170=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #A98AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98AAA is #567555. Grayscale: #969696. Windows color (decimal): -5666134 or 11176617. OLE color: 11176617.

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

Color convert

RGB169138170-
CMYK0.010.1900.33
HSL298.12º15.84%60.39%-
HSV(B)298.12º18.82%66.67%-
XYZ32.7129.5142-
YUV150.92138.77140.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 138 (54.30% from 255) = 28.93%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=35.43%
G=28.93%
B=35.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691381700.010.1900.33298.1215.8460.39
HexA98AAA11302112a103c
Octal2512122521230414522074
Binary101010011000101010101010110011010000110010101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AAA; }

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

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

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

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

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

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

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

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