#A57CC0

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

Shades of East Side #A57CC0

Tints of East Side #A57CC0

Color information

#A57CC0 (or 0xA57CC0) is unknown color: approx East Side. HEX triplet: A5, 7C and C0. RGB value is (165,124,192). Sum of RGB (Red+Green+Blue) = 165+124+192=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #A57CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CC0 is #5A833F. Grayscale: #8F8F8F. Windows color (decimal): -5931840 or 12614821. OLE color: 12614821.

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

Color convert

RGB165124192-
CMYK0.140.3500.25
HSL276.18º35.05%61.96%-
HSV(B)276.18º35.42%75.29%-
XYZ32.2426.2253.23-
YUV144.01155.08142.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 192 (75.39% from 255) = 39.92%
R=34.30%
G=25.78%
B=39.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651241920.140.3500.25276.1835.0561.96
HexA57CC0E23019114233e
Octal24517430016430314244376
Binary101001011111100110000001110100011011001100010100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57CC0; }

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

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

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

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

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

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

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

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