#A57CC2

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

Shades of East Side #A57CC2

Tints of East Side #A57CC2

Color information

#A57CC2 (or 0xA57CC2) is unknown color: approx East Side. HEX triplet: A5, 7C and C2. RGB value is (165,124,194). Sum of RGB (Red+Green+Blue) = 165+124+194=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #A57CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CC2 is #5A833D. Grayscale: #909090. Windows color (decimal): -5931838 or 12745893. OLE color: 12745893.

HSL color Cylindrical-coordinate representation of color #A57CC2: hue angle of 275.14º 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 #A57CC2 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165124194-
CMYK0.150.3600.24
HSL275.14º36.46%62.35%-
HSV(B)275.14º36.08%76.08%-
XYZ32.4626.3154.41-
YUV144.24156.08142.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 194 (76.17% from 255) = 40.17%
R=34.16%
G=25.67%
B=40.17%

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
Decimal1651241940.150.3600.24275.1436.4662.35
HexA57CC2F24018113243e
Octal24517430217440304234476
Binary101001011111100110000101111100100011000100010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57CC2; }

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

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

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

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

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

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

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

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