#A57DAD

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

Shades of East Side #A57DAD

Tints of East Side #A57DAD

Color information

#A57DAD (or 0xA57DAD) is unknown color: approx East Side. HEX triplet: A5, 7D and AD. RGB value is (165,125,173). Sum of RGB (Red+Green+Blue) = 165+125+173=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #A57DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57DAD is #5A8252. Grayscale: #8E8E8E. Windows color (decimal): -5931603 or 11369893. OLE color: 11369893.

HSL color Cylindrical-coordinate representation of color #A57DAD: hue angle of 290º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A57DAD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165125173-
CMYK0.050.2800.32
HSL290º22.64%58.43%-
HSV(B)290º27.75%67.84%-
XYZ30.3925.6842.89-
YUV142.43145.25144.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 125 (49.22% from 255) = 27.00%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=35.64%
G=27.00%
B=37.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651251730.050.2800.3229022.6458.43
HexA57DAD51C020122173a
Octal2451752555340404422772
Binary1010010111111011010110110111100010000010010001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57DAD; }

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

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

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

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

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

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

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

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