#A57ABA

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

Shades of East Side #A57ABA

Tints of East Side #A57ABA

Color information

#A57ABA (or 0xA57ABA) is unknown color: approx East Side. HEX triplet: A5, 7A and BA. RGB value is (165,122,186). Sum of RGB (Red+Green+Blue) = 165+122+186=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #A57ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ABA is #5A8545. Grayscale: #8D8D8D. Windows color (decimal): -5932358 or 12221093. OLE color: 12221093.

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

Color convert

RGB165122186-
CMYK0.110.3400.27
HSL280.31º31.68%60.39%-
HSV(B)280.31º34.41%72.94%-
XYZ31.3425.4649.72-
YUV142.15152.75144.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=34.88%
G=25.79%
B=39.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651221860.110.3400.27280.3131.6860.39
HexA57ABAB2201B118203c
Octal24517227213420334304074
Binary101001011111010101110101011100010011011100011000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57ABA; }

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

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

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

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

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

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

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

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