#A57ABB

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

Shades of East Side #A57ABB

Tints of East Side #A57ABB

Color information

#A57ABB (or 0xA57ABB) is unknown color: approx East Side. HEX triplet: A5, 7A and BB. RGB value is (165,122,187). Sum of RGB (Red+Green+Blue) = 165+122+187=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #A57ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ABB is #5A8544. Grayscale: #8E8E8E. Windows color (decimal): -5932357 or 12286629. OLE color: 12286629.

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

Color convert

RGB165122187-
CMYK0.120.3500.27
HSL279.69º32.34%60.59%-
HSV(B)279.69º34.76%73.33%-
XYZ31.4525.5150.28-
YUV142.27153.25144.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 122 (48.05% from 255) = 25.74%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=34.81%
G=25.74%
B=39.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651221870.120.3500.27279.6932.3460.59
HexA57ABBC2301B118203d
Octal24517227314430334304075
Binary101001011111010101110111100100011011011100011000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57ABB; }

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

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

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

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

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

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

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

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