#A096AA

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

Shades of East Side #A096AA

Tints of East Side #A096AA

Color information

#A096AA (or 0xA096AA) is unknown color: approx East Side. HEX triplet: A0, 96 and AA. RGB value is (160,150,170). Sum of RGB (Red+Green+Blue) = 160+150+170=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: blue. Hex color #A096AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A096AA is #5F6955. Grayscale: #9B9B9B. Windows color (decimal): -6252886 or 11179680. OLE color: 11179680.

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

Color convert

RGB160150170-
CMYK0.060.1200.33
HSL270º10.53%62.75%-
HSV(B)270º11.76%66.67%-
XYZ32.6632.1942.52-
YUV155.27136.31131.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=33.33%
G=31.25%
B=35.42%

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
Decimal1601501700.060.1200.3327010.5362.75
HexA096AA6C02110eb3f
Octal2402262526140414161377
Binary101000001001011010101010110110001000011000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096AA; }

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

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

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

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

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

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

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

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