#A57BB5

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

Shades of East Side #A57BB5

Tints of East Side #A57BB5

Color information

#A57BB5 (or 0xA57BB5) is unknown color: approx East Side. HEX triplet: A5, 7B and B5. RGB value is (165,123,181). Sum of RGB (Red+Green+Blue) = 165+123+181=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: blue. Hex color #A57BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57BB5 is #5A844A. Grayscale: #8D8D8D. Windows color (decimal): -5932107 or 11893669. OLE color: 11893669.

HSL color Cylindrical-coordinate representation of color #A57BB5: hue angle of 283.45º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57BB5 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165123181-
CMYK0.090.3200.29
HSL283.45º28.16%59.61%-
HSV(B)283.45º32.04%70.98%-
XYZ30.9425.547.01-
YUV142.17149.91144.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 181 (71.09% from 255) = 38.59%
R=35.18%
G=26.23%
B=38.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651231810.090.3200.29283.4528.1659.61
HexA57BB592001D11b1c3c
Octal24517326511400354333474
Binary10100101111101110110101100110000001110110001101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57BB5; }

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

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

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

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

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

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

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

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