#A795BB

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

Shades of East Side #A795BB

Tints of East Side #A795BB

Color information

#A795BB (or 0xA795BB) is unknown color: approx East Side. HEX triplet: A7, 95 and BB. RGB value is (167,149,187). Sum of RGB (Red+Green+Blue) = 167+149+187=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #A795BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795BB is #586A44. Grayscale: #9E9E9E. Windows color (decimal): -5794373 or 12293543. OLE color: 12293543.

HSL color Cylindrical-coordinate representation of color #A795BB: hue angle of 268.42º degrees, saturation: 0.22, 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 #A795BB is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167149187-
CMYK0.110.2000.27
HSL268.42º21.84%65.88%-
HSV(B)268.42º20.32%73.33%-
XYZ35.6533.351.56-
YUV158.71143.96133.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=33.20%
G=29.62%
B=37.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671491870.110.2000.27268.4221.8465.88
HexA795BBB1401B10c1642
Octal247225273132403341426102
Binary101001111001010110111011101110100011011100001100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795BB; }

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

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

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

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

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

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

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

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