Shades of Ce Soir #A171AD
Tints of Ce Soir #A171AD
RGB
CMYK
RGB Variations
Color information
#A171AD (or 0xA171AD) is known color: Ce Soir. HEX triplet: A1, 71 and AD. RGB value is (161,113,173). Sum of RGB (Red+Green+Blue) = 161+113+173=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #A171AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A171AD is #5E8E52. Grayscale: #868686. Windows color (decimal): -6196819 or 11366817. OLE color: 11366817.
HSL color Cylindrical-coordinate representation of color #A171AD: hue angle of 288º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A171AD is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 113 | 173 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.32 |
| HSL | 288º | 0.27% | 0.56% | - |
| HSV(B) | 288º | 0.35% | 0.68% | - |
| XYZ | 28.15 | 22.4 | 42.38 | - |
| YUV | 134.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 173 | 0.07 | 0.35 | 0 | 0.32 | 288 | 0.27 | 0.56 |
| Hex | A1 | 71 | AD | 7 | 23 | 0 | 20 | 120 | 1B | 38 |
| Octal | 241 | 161 | 255 | 7 | 43 | 0 | 40 | 440 | 33 | 70 |
| Binary | 10100001 | 1110001 | 10101101 | 111 | 100011 | 0 | 100000 | 100100000 | 11011 | 111000 |
Color Harmonies of #A171AD
Complementary color
Monochromatic Colors of #A171AD
Black with #A171AD
Text Example
Text Example
White with #A171AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A171AD; }
p { color: rgb(161,113,173); }
H1.HeaderClassName
{
color: #A171AD;
}
.AnyTagClassName
{
color: #A171AD;
}
</style>
background-color css
<style>
a { background-color: #A171AD; }
a { background-color: rgb(161,113,173); }
div.DivClassName
{
background-color: #A171AD;
}
.BgClassName
{
background-color: #A171AD;
}
</style>
border-color css
<style>
span { border-color: #A171AD; }
span { border-color: rgb(161,113,173); }
td.TdClassName
{
border-color: #A171AD;
}
.TagClassName
{
border-color: #A171AD;
}
</style>