#A795BA

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

Shades of East Side #A795BA

Tints of East Side #A795BA

Color information

#A795BA (or 0xA795BA) is unknown color: approx East Side. HEX triplet: A7, 95 and BA. RGB value is (167,149,186). Sum of RGB (Red+Green+Blue) = 167+149+186=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #A795BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795BA is #586A45. Grayscale: #9E9E9E. Windows color (decimal): -5794374 or 12228007. OLE color: 12228007.

HSL color Cylindrical-coordinate representation of color #A795BA: hue angle of 269.19º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A795BA is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167149186-
CMYK0.100.2000.27
HSL269.19º21.14%65.69%-
HSV(B)269.19º19.89%72.94%-
XYZ35.5533.2651-
YUV158.6143.46133.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=33.27%
G=29.68%
B=37.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671491860.100.2000.27269.1921.1465.69
HexA795BAA1401B10d1542
Octal247225272122403341525102
Binary101001111001010110111010101010100011011100001101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795BA; }

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

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

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

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

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

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

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

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