#A57AAC

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

Shades of Ce Soir #A57AAC

Tints of Ce Soir #A57AAC

Color information

#A57AAC (or 0xA57AAC) is unknown color: approx Ce Soir. HEX triplet: A5, 7A and AC. RGB value is (165,122,172). Sum of RGB (Red+Green+Blue) = 165+122+172=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #A57AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AAC is #5A8553. Grayscale: #8C8C8C. Windows color (decimal): -5932372 or 11303589. OLE color: 11303589.

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

Color convert

RGB165122172-
CMYK0.040.2900.33
HSL291.6º23.15%57.65%-
HSV(B)291.6º29.07%67.45%-
XYZ29.9224.942.26-
YUV140.56145.75145.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=35.95%
G=26.58%
B=37.47%

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
Decimal1651221720.040.2900.33291.623.1557.65
HexA57AAC41D021124173a
Octal2451722544350414442772
Binary1010010111110101010110010011101010000110010010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57AAC; }

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

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

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

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

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

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

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

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