#A57BC2

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

Shades of East Side #A57BC2

Tints of East Side #A57BC2

Color information

#A57BC2 (or 0xA57BC2) is unknown color: approx East Side. HEX triplet: A5, 7B and C2. RGB value is (165,123,194). Sum of RGB (Red+Green+Blue) = 165+123+194=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #A57BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57BC2 is #5A843D. Grayscale: #8F8F8F. Windows color (decimal): -5932094 or 12745637. OLE color: 12745637.

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

Color convert

RGB165123194-
CMYK0.150.3700.24
HSL275.49º36.79%62.16%-
HSV(B)275.49º36.6%76.08%-
XYZ32.3426.0654.36-
YUV143.65156.41143.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 194 (76.17% from 255) = 40.25%
R=34.23%
G=25.52%
B=40.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651231940.150.3700.24275.4936.7962.16
HexA57BC2F25018113253e
Octal24517330217450304234576
Binary101001011111011110000101111100101011000100010011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57BC2; }

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

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

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

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

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

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

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

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