#A785B5

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

Shades of East Side #A785B5

Tints of East Side #A785B5

Color information

#A785B5 (or 0xA785B5) is unknown color: approx East Side. HEX triplet: A7, 85 and B5. RGB value is (167,133,181). Sum of RGB (Red+Green+Blue) = 167+133+181=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #A785B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785B5 is #587A4A. Grayscale: #949494. Windows color (decimal): -5798475 or 11896231. OLE color: 11896231.

HSL color Cylindrical-coordinate representation of color #A785B5: hue angle of 282.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A785B5 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB167133181-
CMYK0.080.2700.29
HSL282.5º24.49%61.57%-
HSV(B)282.5º26.52%70.98%-
XYZ32.6628.3347.46-
YUV148.64146.26141.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.72%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 181 (71.09% from 255) = 37.63%
R=34.72%
G=27.65%
B=37.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671331810.080.2700.29282.524.4961.57
HexA785B581B01D11a183e
Octal24720526510330354323076
Binary10100111100001011011010110001101101110110001101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785B5; }

 p { color: rgb(167,133,181); }

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

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

 a { background-color: rgb(167,133,181); }

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

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

 span { border-color: rgb(167,133,181); }

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