Shades of Ce Soir #A173A9
Tints of Ce Soir #A173A9
RGB
CMYK
RGB Variations
Color information
#A173A9 (or 0xA173A9) is known color: Ce Soir. HEX triplet: A1, 73 and A9. RGB value is (161,115,169). Sum of RGB (Red+Green+Blue) = 161+115+169=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 169 - color contains mainly: blue. Hex color #A173A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A173A9 is #5E8C56. Grayscale: #868686. Windows color (decimal): -6196311 or 11105185. OLE color: 11105185.
HSL color Cylindrical-coordinate representation of color #A173A9: hue angle of 291.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A173A9 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 115 | 169 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.34 |
| HSL | 291.11º | 0.24% | 0.56% | - |
| HSV(B) | 291.11º | 0.32% | 0.66% | - |
| XYZ | 27.99 | 22.7 | 40.44 | - |
| YUV | 134.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 169 | 0.05 | 0.32 | 0 | 0.34 | 291.11 | 0.24 | 0.56 |
| Hex | A1 | 73 | A9 | 5 | 20 | 0 | 22 | 123 | 18 | 38 |
| Octal | 241 | 163 | 251 | 5 | 40 | 0 | 42 | 443 | 30 | 70 |
| Binary | 10100001 | 1110011 | 10101001 | 101 | 100000 | 0 | 100010 | 100100011 | 11000 | 111000 |
Color Harmonies of #A173A9
Complementary color
Monochromatic Colors of #A173A9
Black with #A173A9
Text Example
Text Example
White with #A173A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A173A9; }
p { color: rgb(161,115,169); }
H1.HeaderClassName
{
color: #A173A9;
}
.AnyTagClassName
{
color: #A173A9;
}
</style>
background-color css
<style>
a { background-color: #A173A9; }
a { background-color: rgb(161,115,169); }
div.DivClassName
{
background-color: #A173A9;
}
.BgClassName
{
background-color: #A173A9;
}
</style>
border-color css
<style>
span { border-color: #A173A9; }
span { border-color: rgb(161,115,169); }
td.TdClassName
{
border-color: #A173A9;
}
.TagClassName
{
border-color: #A173A9;
}
</style>