#A584C2

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

Shades of East Side #A584C2

Tints of East Side #A584C2

Color information

#A584C2 (or 0xA584C2) is unknown color: approx East Side. HEX triplet: A5, 84 and C2. RGB value is (165,132,194). Sum of RGB (Red+Green+Blue) = 165+132+194=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #A584C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584C2 is #5A7B3D. Grayscale: #949494. Windows color (decimal): -5929790 or 12747941. OLE color: 12747941.

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

Color convert

RGB165132194-
CMYK0.150.3200.24
HSL271.94º33.7%63.92%-
HSV(B)271.94º31.96%76.08%-
XYZ33.5128.454.75-
YUV148.94153.43139.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 132 (51.95% from 255) = 26.88%
BLUE value IS 194 (76.17% from 255) = 39.51%
R=33.60%
G=26.88%
B=39.51%

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
Decimal1651321940.150.3200.24271.9433.763.92
HexA584C2F200181102240
Octal245204302174003042042100
Binary10100101100001001100001011111000000110001000100001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584C2; }

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

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

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

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

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

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

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

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