#A785C6

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

Shades of East Side #A785C6

Tints of East Side #A785C6

Color information

#A785C6 (or 0xA785C6) is unknown color: approx East Side. HEX triplet: A7, 85 and C6. RGB value is (167,133,198). Sum of RGB (Red+Green+Blue) = 167+133+198=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #A785C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785C6 is #587A39. Grayscale: #969696. Windows color (decimal): -5798458 or 13010343. OLE color: 13010343.

HSL color Cylindrical-coordinate representation of color #A785C6: hue angle of 271.38º degrees, saturation: 0.36, 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 #A785C6 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167133198-
CMYK0.160.3300.22
HSL271.38º36.31%64.9%-
HSV(B)271.38º32.83%77.65%-
XYZ34.5229.0757.22-
YUV150.58154.76139.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 198 (77.73% from 255) = 39.76%
R=33.53%
G=26.71%
B=39.76%

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
Decimal1671331980.160.3300.22271.3836.3164.9
HexA785C6102101610f2441
Octal247205306204102641744101
Binary101001111000010111000110100001000010101101000011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785C6; }

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

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

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

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

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

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

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

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