#A785BC

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

Shades of East Side #A785BC

Tints of East Side #A785BC

Color information

#A785BC (or 0xA785BC) is unknown color: approx East Side. HEX triplet: A7, 85 and BC. RGB value is (167,133,188). Sum of RGB (Red+Green+Blue) = 167+133+188=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #A785BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785BC is #587A43. Grayscale: #959595. Windows color (decimal): -5798468 or 12354983. OLE color: 12354983.

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

Color convert

RGB167133188-
CMYK0.110.2900.26
HSL277.09º29.1%62.94%-
HSV(B)277.09º29.26%73.73%-
XYZ33.428.6251.34-
YUV149.44149.76140.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.22%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=34.22%
G=27.25%
B=38.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671331880.110.2900.26277.0929.162.94
HexA785BCB1D01A1151d3f
Octal24720527413350324253577
Binary10100111100001011011110010111110101101010001010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785BC; }

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

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

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

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

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

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

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

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