#A795AB

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

Shades of East Side #A795AB

Tints of East Side #A795AB

Color information

#A795AB (or 0xA795AB) is unknown color: approx East Side. HEX triplet: A7, 95 and AB. RGB value is (167,149,171). Sum of RGB (Red+Green+Blue) = 167+149+171=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #A795AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A795AB is #586A54. Grayscale: #9C9C9C. Windows color (decimal): -5794389 or 11244967. OLE color: 11244967.

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

Color convert

RGB167149171-
CMYK0.020.1300.33
HSL289.09º11.58%62.75%-
HSV(B)289.09º12.87%67.06%-
XYZ34.0332.6543.04-
YUV156.89135.96135.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.29%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=34.29%
G=30.60%
B=35.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671491710.020.1300.33289.0911.5862.75
HexA795AB2D021121c3f
Octal2472252532150414411477
Binary10100111100101011010101110110101000011001000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795AB; }

 p { color: rgb(167,149,171); }

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

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

 a { background-color: rgb(167,149,171); }

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

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

 span { border-color: rgb(167,149,171); }

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