#A795AE

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

Shades of East Side #A795AE

Tints of East Side #A795AE

Color information

#A795AE (or 0xA795AE) is unknown color: approx East Side. HEX triplet: A7, 95 and AE. RGB value is (167,149,174). Sum of RGB (Red+Green+Blue) = 167+149+174=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #A795AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A795AE is #586A51. Grayscale: #9D9D9D. Windows color (decimal): -5794386 or 11441575. OLE color: 11441575.

HSL color Cylindrical-coordinate representation of color #A795AE: hue angle of 283.2º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A795AE is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167149174-
CMYK0.040.1400.32
HSL283.2º13.37%63.33%-
HSV(B)283.2º14.37%68.24%-
XYZ34.3232.7744.56-
YUV157.23137.46134.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=34.08%
G=30.41%
B=35.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671491740.040.1400.32283.213.3763.33
HexA795AE4E02011bd3f
Octal2472252564160404331577
Binary101001111001010110101110100111001000001000110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795AE; }

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

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

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

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

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

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

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

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