#A57AAB

Color #A57AAB Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #A57AAB

Tints of Ce Soir #A57AAB

Color information

#A57AAB (or 0xA57AAB) is unknown color: approx Ce Soir. HEX triplet: A5, 7A and AB. RGB value is (165,122,171). Sum of RGB (Red+Green+Blue) = 165+122+171=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A57AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AAB is #5A8554. Grayscale: #8C8C8C. Windows color (decimal): -5932373 or 11238053. OLE color: 11238053.

HSL color Cylindrical-coordinate representation of color #A57AAB: hue angle of 292.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A57AAB is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165122171-
CMYK0.040.2900.33
HSL292.65º22.58%57.45%-
HSV(B)292.65º28.65%67.06%-
XYZ29.8324.8641.75-
YUV140.44145.25145.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=36.03%
G=26.64%
B=37.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651221710.040.2900.33292.6522.5857.45
HexA57AAB41D0211251739
Octal2451722534350414452771
Binary1010010111110101010101110011101010000110010010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57AAB; }

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

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

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

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

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

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

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

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