#A578C0

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

Shades of East Side #A578C0

Tints of East Side #A578C0

Color information

#A578C0 (or 0xA578C0) is unknown color: approx East Side. HEX triplet: A5, 78 and C0. RGB value is (165,120,192). Sum of RGB (Red+Green+Blue) = 165+120+192=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #A578C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578C0 is #5A873F. Grayscale: #8D8D8D. Windows color (decimal): -5932864 or 12613797. OLE color: 12613797.

HSL color Cylindrical-coordinate representation of color #A578C0: hue angle of 277.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A578C0 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165120192-
CMYK0.140.3800.25
HSL277.5º36.36%61.18%-
HSV(B)277.5º37.5%75.29%-
XYZ31.7525.2453.07-
YUV141.66156.41144.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 192 (75.39% from 255) = 40.25%
R=34.59%
G=25.16%
B=40.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651201920.140.3800.25277.536.3661.18
HexA578C0E26019116243d
Octal24517030016460314264475
Binary101001011111000110000001110100110011001100010110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578C0; }

 p { color: rgb(165,120,192); }

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

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

 a { background-color: rgb(165,120,192); }

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

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

 span { border-color: rgb(165,120,192); }

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