#A585C3

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

Shades of East Side #A585C3

Tints of East Side #A585C3

Color information

#A585C3 (or 0xA585C3) is unknown color: approx East Side. HEX triplet: A5, 85 and C3. RGB value is (165,133,195). Sum of RGB (Red+Green+Blue) = 165+133+195=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 195 - color contains mainly: blue. Hex color #A585C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585C3 is #5A7A3C. Grayscale: #959595. Windows color (decimal): -5929533 or 12813733. OLE color: 12813733.

HSL color Cylindrical-coordinate representation of color #A585C3: hue angle of 270.97º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A585C3 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165133195-
CMYK0.150.3200.24
HSL270.97º34.07%64.31%-
HSV(B)270.97º31.79%76.47%-
XYZ33.7528.7155.39-
YUV149.64153.6138.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 195 (76.56% from 255) = 39.55%
R=33.47%
G=26.98%
B=39.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651331950.150.3200.24270.9734.0764.31
HexA585C3F2001810f2240
Octal245205303174003041742100
Binary10100101100001011100001111111000000110001000011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585C3; }

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

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

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

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

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

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

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

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