#A584BA

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

Shades of East Side #A584BA

Tints of East Side #A584BA

Color information

#A584BA (or 0xA584BA) is unknown color: approx East Side. HEX triplet: A5, 84 and BA. RGB value is (165,132,186). Sum of RGB (Red+Green+Blue) = 165+132+186=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #A584BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584BA is #5A7B45. Grayscale: #939393. Windows color (decimal): -5929798 or 12223653. OLE color: 12223653.

HSL color Cylindrical-coordinate representation of color #A584BA: hue angle of 276.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A584BA is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165132186-
CMYK0.110.2900.27
HSL276.67º28.12%62.35%-
HSV(B)276.67º29.03%72.94%-
XYZ32.6328.0550.15-
YUV148.02149.43140.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=34.16%
G=27.33%
B=38.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651321860.110.2900.27276.6728.1262.35
HexA584BAB1D01B1151c3e
Octal24520427213350334253476
Binary10100101100001001011101010111110101101110001010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584BA; }

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

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

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

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

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

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

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

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