#A095AA

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

Shades of East Side #A095AA

Tints of East Side #A095AA

Color information

#A095AA (or 0xA095AA) is unknown color: approx East Side. HEX triplet: A0, 95 and AA. RGB value is (160,149,170). Sum of RGB (Red+Green+Blue) = 160+149+170=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #A095AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A095AA is #5F6A55. Grayscale: #9A9A9A. Windows color (decimal): -6253142 or 11179424. OLE color: 11179424.

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

Color convert

RGB160149170-
CMYK0.060.1200.33
HSL271.43º10.99%62.55%-
HSV(B)271.43º12.35%66.67%-
XYZ32.531.8742.47-
YUV154.68136.64131.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=33.40%
G=31.11%
B=35.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601491700.060.1200.33271.4310.9962.55
HexA095AA6C02110fb3f
Octal2402252526140414171377
Binary101000001001010110101010110110001000011000011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095AA; }

 p { color: rgb(160,149,170); }

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

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

 a { background-color: rgb(160,149,170); }

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

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

 span { border-color: rgb(160,149,170); }

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