#A57CC1

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

Shades of East Side #A57CC1

Tints of East Side #A57CC1

Color information

#A57CC1 (or 0xA57CC1) is unknown color: approx East Side. HEX triplet: A5, 7C and C1. RGB value is (165,124,193). Sum of RGB (Red+Green+Blue) = 165+124+193=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #A57CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CC1 is #5A833E. Grayscale: #8F8F8F. Windows color (decimal): -5931839 or 12680357. OLE color: 12680357.

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

Color convert

RGB165124193-
CMYK0.150.3600.24
HSL275.65º35.75%62.16%-
HSV(B)275.65º35.75%75.69%-
XYZ32.3526.2653.82-
YUV144.12155.58142.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 124 (48.83% from 255) = 25.73%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=34.23%
G=25.73%
B=40.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651241930.150.3600.24275.6535.7562.16
HexA57CC1F24018114243e
Octal24517430117440304244476
Binary101001011111100110000011111100100011000100010100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57CC1; }

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

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

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

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

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

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

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

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