#A785C7

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

Shades of East Side #A785C7

Tints of East Side #A785C7

Color information

#A785C7 (or 0xA785C7) is unknown color: approx East Side. HEX triplet: A7, 85 and C7. RGB value is (167,133,199). Sum of RGB (Red+Green+Blue) = 167+133+199=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 199 - color contains mainly: blue. Hex color #A785C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785C7 is #587A38. Grayscale: #969696. Windows color (decimal): -5798457 or 13075879. OLE color: 13075879.

HSL color Cylindrical-coordinate representation of color #A785C7: hue angle of 270.91º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A785C7 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167133199-
CMYK0.160.3300.22
HSL270.91º37.08%65.1%-
HSV(B)270.91º33.17%78.04%-
XYZ34.6329.1157.83-
YUV150.69155.26139.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.47%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 199 (78.12% from 255) = 39.88%
R=33.47%
G=26.65%
B=39.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671331990.160.3300.22270.9137.0865.1
HexA785C7102101610f2541
Octal247205307204102641745101
Binary101001111000010111000111100001000010101101000011111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785C7; }

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

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

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

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

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

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

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

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