#A57BBE

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

Shades of East Side #A57BBE

Tints of East Side #A57BBE

Color information

#A57BBE (or 0xA57BBE) is unknown color: approx East Side. HEX triplet: A5, 7B and BE. RGB value is (165,123,190). Sum of RGB (Red+Green+Blue) = 165+123+190=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #A57BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57BBE is #5A8441. Grayscale: #8E8E8E. Windows color (decimal): -5932098 or 12483493. OLE color: 12483493.

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

Color convert

RGB165123190-
CMYK0.130.3500.25
HSL277.61º34.01%61.37%-
HSV(B)277.61º35.26%74.51%-
XYZ31.8925.8852.03-
YUV143.2154.41143.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=34.52%
G=25.73%
B=39.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651231900.130.3500.25277.6134.0161.37
HexA57BBED23019116223d
Octal24517327615430314264275
Binary101001011111011101111101101100011011001100010110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57BBE; }

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

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

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

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

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

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

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

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