#A584BD

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

Shades of East Side #A584BD

Tints of East Side #A584BD

Color information

#A584BD (or 0xA584BD) is unknown color: approx East Side. HEX triplet: A5, 84 and BD. RGB value is (165,132,189). Sum of RGB (Red+Green+Blue) = 165+132+189=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #A584BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584BD is #5A7B42. Grayscale: #949494. Windows color (decimal): -5929795 or 12420261. OLE color: 12420261.

HSL color Cylindrical-coordinate representation of color #A584BD: hue angle of 274.74º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A584BD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165132189-
CMYK0.130.3000.26
HSL274.74º30.16%62.94%-
HSV(B)274.74º30.16%74.12%-
XYZ32.9528.1851.85-
YUV148.36150.93139.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=33.95%
G=27.16%
B=38.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651321890.130.3000.26274.7430.1662.94
HexA584BDD1E01A1131e3f
Octal24520427515360324233677
Binary10100101100001001011110111011111001101010001001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584BD; }

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

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

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

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

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

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

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

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