#A57AB1

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

Shades of East Side #A57AB1

Tints of East Side #A57AB1

Color information

#A57AB1 (or 0xA57AB1) is unknown color: approx East Side. HEX triplet: A5, 7A and B1. RGB value is (165,122,177). Sum of RGB (Red+Green+Blue) = 165+122+177=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #A57AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AB1 is #5A854E. Grayscale: #8C8C8C. Windows color (decimal): -5932367 or 11631269. OLE color: 11631269.

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

Color convert

RGB165122177-
CMYK0.070.3100.31
HSL286.91º26.07%58.63%-
HSV(B)286.91º31.07%69.41%-
XYZ30.4125.0944.84-
YUV141.13148.25145.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 177 (69.53% from 255) = 38.15%
R=35.56%
G=26.29%
B=38.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651221770.070.3100.31286.9126.0758.63
HexA57AB171F01F11f1a3b
Octal2451722617370374373273
Binary101001011111010101100011111111101111110001111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57AB1; }

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

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

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

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

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

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

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

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