#A578B4

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

Shades of East Side #A578B4

Tints of East Side #A578B4

Color information

#A578B4 (or 0xA578B4) is unknown color: approx East Side. HEX triplet: A5, 78 and B4. RGB value is (165,120,180). Sum of RGB (Red+Green+Blue) = 165+120+180=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #A578B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578B4 is #5A874B. Grayscale: #8C8C8C. Windows color (decimal): -5932876 or 11827365. OLE color: 11827365.

HSL color Cylindrical-coordinate representation of color #A578B4: hue angle of 285º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A578B4 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165120180-
CMYK0.080.3300.29
HSL285º28.57%58.82%-
HSV(B)285º33.33%70.59%-
XYZ30.4724.7346.35-
YUV140.3150.41145.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=35.48%
G=25.81%
B=38.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651201800.080.3300.2928528.5758.82
HexA578B482101D11d1d3b
Octal24517026410410354353573
Binary10100101111100010110100100010000101110110001110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578B4; }

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

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

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

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

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

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

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

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