#A198AA

Color #A198AA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A198AA

Tints of East Side #A198AA

Color information

#A198AA (or 0xA198AA) is unknown color: approx East Side. HEX triplet: A1, 98 and AA. RGB value is (161,152,170). Sum of RGB (Red+Green+Blue) = 161+152+170=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 170 - color contains mainly: blue. Hex color #A198AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A198AA is #5E6755. Grayscale: #9C9C9C. Windows color (decimal): -6186838 or 11180193. OLE color: 11180193.

HSL color Cylindrical-coordinate representation of color #A198AA: hue angle of 270º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A198AA is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161152170-
CMYK0.050.1100.33
HSL270º9.57%63.14%-
HSV(B)270º10.59%66.67%-
XYZ33.1832.9442.64-
YUV156.74135.48131.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.33%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=33.33%
G=31.47%
B=35.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611521700.050.1100.332709.5763.14
HexA198AA5B02110ea3f
Octal2412302525130414161277
Binary101000011001100010101010101101101000011000011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198AA; }

 p { color: rgb(161,152,170); }

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

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

 a { background-color: rgb(161,152,170); }

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

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

 span { border-color: rgb(161,152,170); }

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