#A573AE

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

Shades of Ce Soir #A573AE

Tints of Ce Soir #A573AE

Color information

#A573AE (or 0xA573AE) is unknown color: approx Ce Soir. HEX triplet: A5, 73 and AE. RGB value is (165,115,174). Sum of RGB (Red+Green+Blue) = 165+115+174=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #A573AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A573AE is #5A8C51. Grayscale: #888888. Windows color (decimal): -5934162 or 11432869. OLE color: 11432869.

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

Color convert

RGB165115174-
CMYK0.050.3400.32
HSL290.85º26.7%56.67%-
HSV(B)290.85º33.91%68.24%-
XYZ29.2923.3243-
YUV136.68149.06148.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 115 (45.31% from 255) = 25.33%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=36.34%
G=25.33%
B=38.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651151740.050.3400.32290.8526.756.67
HexA573AE5220201231b39
Octal2451632565420404433371
Binary10100101111001110101110101100010010000010010001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A573AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A573AE; }

 p { color: rgb(165,115,174); }

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

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

 a { background-color: rgb(165,115,174); }

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

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

 span { border-color: rgb(165,115,174); }

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