#A57DB2

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

Shades of East Side #A57DB2

Tints of East Side #A57DB2

Color information

#A57DB2 (or 0xA57DB2) is unknown color: approx East Side. HEX triplet: A5, 7D and B2. RGB value is (165,125,178). Sum of RGB (Red+Green+Blue) = 165+125+178=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 178 - color contains mainly: blue. Hex color #A57DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57DB2 is #5A824D. Grayscale: #8E8E8E. Windows color (decimal): -5931598 or 11697573. OLE color: 11697573.

HSL color Cylindrical-coordinate representation of color #A57DB2: hue angle of 285.28º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57DB2 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB165125178-
CMYK0.070.3000.30
HSL285.28º25.6%59.41%-
HSV(B)285.28º29.78%69.8%-
XYZ30.8925.8845.49-
YUV143147.75143.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 178 (69.92% from 255) = 38.03%
R=35.26%
G=26.71%
B=38.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651251780.070.3000.30285.2825.659.41
HexA57DB271E01E11d1a3b
Octal2451752627360364353273
Binary101001011111101101100101111111001111010001110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57DB2; }

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

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

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

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

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

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

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

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