#A795BC

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

Shades of East Side #A795BC

Tints of East Side #A795BC

Color information

#A795BC (or 0xA795BC) is unknown color: approx East Side. HEX triplet: A7, 95 and BC. RGB value is (167,149,188). Sum of RGB (Red+Green+Blue) = 167+149+188=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #A795BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795BC is #586A43. Grayscale: #9E9E9E. Windows color (decimal): -5794372 or 12359079. OLE color: 12359079.

HSL color Cylindrical-coordinate representation of color #A795BC: hue angle of 267.69º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A795BC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167149188-
CMYK0.110.2100.26
HSL267.69º22.54%66.08%-
HSV(B)267.69º20.74%73.73%-
XYZ35.7633.3452.13-
YUV158.83144.46133.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 149 (58.59% from 255) = 29.56%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=33.13%
G=29.56%
B=37.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671491880.110.2100.26267.6922.5466.08
HexA795BCB1501A10c1742
Octal247225274132503241427102
Binary101001111001010110111100101110101011010100001100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795BC; }

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

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

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

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

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

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

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

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