#A584C3

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

Shades of East Side #A584C3

Tints of East Side #A584C3

Color information

#A584C3 (or 0xA584C3) is unknown color: approx East Side. HEX triplet: A5, 84 and C3. RGB value is (165,132,195). Sum of RGB (Red+Green+Blue) = 165+132+195=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #A584C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584C3 is #5A7B3C. Grayscale: #949494. Windows color (decimal): -5929789 or 12813477. OLE color: 12813477.

HSL color Cylindrical-coordinate representation of color #A584C3: hue angle of 271.43º 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 #A584C3 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165132195-
CMYK0.150.3200.24
HSL271.43º34.43%64.12%-
HSV(B)271.43º32.31%76.47%-
XYZ33.6228.4455.35-
YUV149.05153.93139.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 132 (51.95% from 255) = 26.83%
BLUE value IS 195 (76.56% from 255) = 39.63%
R=33.54%
G=26.83%
B=39.63%

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
Decimal1651321950.150.3200.24271.4334.4364.12
HexA584C3F2001810f2240
Octal245204303174003041742100
Binary10100101100001001100001111111000000110001000011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584C3; }

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

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

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

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

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

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

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

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