#A584BE

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

Shades of East Side #A584BE

Tints of East Side #A584BE

Color information

#A584BE (or 0xA584BE) is unknown color: approx East Side. HEX triplet: A5, 84 and BE. RGB value is (165,132,190). Sum of RGB (Red+Green+Blue) = 165+132+190=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #A584BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584BE is #5A7B41. Grayscale: #949494. Windows color (decimal): -5929794 or 12485797. OLE color: 12485797.

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

Color convert

RGB165132190-
CMYK0.130.3100.25
HSL274.14º30.85%63.14%-
HSV(B)274.14º30.53%74.51%-
XYZ33.0628.2252.42-
YUV148.48151.43139.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=33.88%
G=27.10%
B=39.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651321900.130.3100.25274.1430.8563.14
HexA584BED1F0191121f3f
Octal24520427615370314223777
Binary10100101100001001011111011011111101100110001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584BE; }

 p { color: rgb(165,132,190); }

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

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

 a { background-color: rgb(165,132,190); }

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

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

 span { border-color: rgb(165,132,190); }

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