#A578C2

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

Shades of East Side #A578C2

Tints of East Side #A578C2

Color information

#A578C2 (or 0xA578C2) is unknown color: approx East Side. HEX triplet: A5, 78 and C2. RGB value is (165,120,194). Sum of RGB (Red+Green+Blue) = 165+120+194=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #A578C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578C2 is #5A873D. Grayscale: #8D8D8D. Windows color (decimal): -5932862 or 12744869. OLE color: 12744869.

HSL color Cylindrical-coordinate representation of color #A578C2: hue angle of 276.49º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A578C2 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165120194-
CMYK0.150.3800.24
HSL276.49º37.76%61.57%-
HSV(B)276.49º38.14%76.08%-
XYZ31.9725.3354.24-
YUV141.89157.41144.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 120 (47.27% from 255) = 25.05%
BLUE value IS 194 (76.17% from 255) = 40.50%
R=34.45%
G=25.05%
B=40.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651201940.150.3800.24276.4937.7661.57
HexA578C2F26018114263e
Octal24517030217460304244676
Binary101001011111000110000101111100110011000100010100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578C2; }

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

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

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

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

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

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

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

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