#A57DBA

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

Shades of East Side #A57DBA

Tints of East Side #A57DBA

Color information

#A57DBA (or 0xA57DBA) is unknown color: approx East Side. HEX triplet: A5, 7D and BA. RGB value is (165,125,186). Sum of RGB (Red+Green+Blue) = 165+125+186=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #A57DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DBA is #5A8245. Grayscale: #8F8F8F. Windows color (decimal): -5931590 or 12221861. OLE color: 12221861.

HSL color Cylindrical-coordinate representation of color #A57DBA: hue angle of 279.34º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A57DBA is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165125186-
CMYK0.110.3300.27
HSL279.34º30.65%60.98%-
HSV(B)279.34º32.8%72.94%-
XYZ31.7126.2149.84-
YUV143.91151.75143.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=34.66%
G=26.26%
B=39.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651251860.110.3300.27279.3430.6560.98
HexA57DBAB2101B1171f3d
Octal24517527213410334273775
Binary10100101111110110111010101110000101101110001011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57DBA; }

 p { color: rgb(165,125,186); }

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

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

 a { background-color: rgb(165,125,186); }

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

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

 span { border-color: rgb(165,125,186); }

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