#A585BF

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

Shades of East Side #A585BF

Tints of East Side #A585BF

Color information

#A585BF (or 0xA585BF) is unknown color: approx East Side. HEX triplet: A5, 85 and BF. RGB value is (165,133,191). Sum of RGB (Red+Green+Blue) = 165+133+191=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #A585BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585BF is #5A7A40. Grayscale: #949494. Windows color (decimal): -5929537 or 12551589. OLE color: 12551589.

HSL color Cylindrical-coordinate representation of color #A585BF: hue angle of 273.1º 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 #A585BF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165133191-
CMYK0.140.3000.25
HSL273.1º31.18%63.53%-
HSV(B)273.1º30.37%74.9%-
XYZ33.3128.5453.04-
YUV149.18151.6139.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 191 (75% from 255) = 39.06%
R=33.74%
G=27.20%
B=39.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651331910.140.3000.25273.131.1863.53
HexA585BFE1E0191111f40
Octal245205277163603142137100
Binary101001011000010110111111111011110011001100010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585BF; }

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

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

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

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

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

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

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

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