#A57CC3

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

Shades of East Side #A57CC3

Tints of East Side #A57CC3

Color information

#A57CC3 (or 0xA57CC3) is unknown color: approx East Side. HEX triplet: A5, 7C and C3. RGB value is (165,124,195). Sum of RGB (Red+Green+Blue) = 165+124+195=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #A57CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CC3 is #5A833C. Grayscale: #909090. Windows color (decimal): -5931837 or 12811429. OLE color: 12811429.

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

Color convert

RGB165124195-
CMYK0.150.3600.24
HSL274.65º37.17%62.55%-
HSV(B)274.65º36.41%76.47%-
XYZ32.5826.3555-
YUV144.35156.58142.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 124 (48.83% from 255) = 25.62%
BLUE value IS 195 (76.56% from 255) = 40.29%
R=34.09%
G=25.62%
B=40.29%

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
Decimal1651241950.150.3600.24274.6537.1762.55
HexA57CC3F24018113253f
Octal24517430317440304234577
Binary101001011111100110000111111100100011000100010011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57CC3; }

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

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

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

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

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

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

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

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