#A573B5

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

Shades of Ce Soir #A573B5

Tints of Ce Soir #A573B5

Color information

#A573B5 (or 0xA573B5) is unknown color: approx Ce Soir. HEX triplet: A5, 73 and B5. RGB value is (165,115,181). Sum of RGB (Red+Green+Blue) = 165+115+181=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #A573B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573B5 is #5A8C4A. Grayscale: #898989. Windows color (decimal): -5934155 or 11891621. OLE color: 11891621.

HSL color Cylindrical-coordinate representation of color #A573B5: hue angle of 285.45º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A573B5 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165115181-
CMYK0.090.3600.29
HSL285.45º30.84%58.04%-
HSV(B)285.45º36.46%70.98%-
XYZ29.9923.646.69-
YUV137.47152.56147.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=35.79%
G=24.95%
B=39.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651151810.090.3600.29285.4530.8458.04
HexA573B592401D11d1f3a
Octal24516326511440354353772
Binary10100101111001110110101100110010001110110001110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A573B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A573B5; }

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

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

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

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

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

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

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

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