#A785BF

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

Shades of East Side #A785BF

Tints of East Side #A785BF

Color information

#A785BF (or 0xA785BF) is unknown color: approx East Side. HEX triplet: A7, 85 and BF. RGB value is (167,133,191). Sum of RGB (Red+Green+Blue) = 167+133+191=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #A785BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785BF is #587A40. Grayscale: #959595. Windows color (decimal): -5798465 or 12551591. OLE color: 12551591.

HSL color Cylindrical-coordinate representation of color #A785BF: hue angle of 275.17º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A785BF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167133191-
CMYK0.130.3000.25
HSL275.17º31.18%63.53%-
HSV(B)275.17º30.37%74.9%-
XYZ33.7328.7553.06-
YUV149.78151.26140.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.01%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 191 (75% from 255) = 38.90%
R=34.01%
G=27.09%
B=38.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671331910.130.3000.25275.1731.1863.53
HexA785BFD1E0191131f40
Octal247205277153603142337100
Binary101001111000010110111111110111110011001100010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785BF; }

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

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

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

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

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

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

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

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