#A578BE

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

Shades of East Side #A578BE

Tints of East Side #A578BE

Color information

#A578BE (or 0xA578BE) is unknown color: approx East Side. HEX triplet: A5, 78 and BE. RGB value is (165,120,190). Sum of RGB (Red+Green+Blue) = 165+120+190=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #A578BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578BE is #5A8741. Grayscale: #8D8D8D. Windows color (decimal): -5932866 or 12482725. OLE color: 12482725.

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

Color convert

RGB165120190-
CMYK0.130.3700.25
HSL278.57º35%60.78%-
HSV(B)278.57º36.84%74.51%-
XYZ31.5325.1551.91-
YUV141.44155.41144.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 190 (74.61% from 255) = 40%
R=34.74%
G=25.26%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651201900.130.3700.25278.573560.78
HexA578BED25019117233d
Octal24517027615450314274375
Binary101001011111000101111101101100101011001100010111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578BE; }

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

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

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

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

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

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

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

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