Shades of Ce Soir #A171AA
Tints of Ce Soir #A171AA
RGB
CMYK
RGB Variations
Color information
#A171AA (or 0xA171AA) is known color: Ce Soir. HEX triplet: A1, 71 and AA. RGB value is (161,113,170). Sum of RGB (Red+Green+Blue) = 161+113+170=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #A171AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A171AA is #5E8E55. Grayscale: #858585. Windows color (decimal): -6196822 or 11170209. OLE color: 11170209.
HSL color Cylindrical-coordinate representation of color #A171AA: hue angle of 290.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A171AA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 113 | 170 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.33 |
| HSL | 290.53º | 0.25% | 0.55% | - |
| HSV(B) | 290.53º | 0.34% | 0.67% | - |
| XYZ | 27.86 | 22.29 | 40.86 | - |
| YUV | 133.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 170 | 0.05 | 0.34 | 0 | 0.33 | 290.53 | 0.25 | 0.55 |
| Hex | A1 | 71 | AA | 5 | 22 | 0 | 21 | 123 | 19 | 37 |
| Octal | 241 | 161 | 252 | 5 | 42 | 0 | 41 | 443 | 31 | 67 |
| Binary | 10100001 | 1110001 | 10101010 | 101 | 100010 | 0 | 100001 | 100100011 | 11001 | 110111 |
Color Harmonies of #A171AA
Complementary color
Monochromatic Colors of #A171AA
Black with #A171AA
Text Example
Text Example
White with #A171AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A171AA; }
p { color: rgb(161,113,170); }
H1.HeaderClassName
{
color: #A171AA;
}
.AnyTagClassName
{
color: #A171AA;
}
</style>
background-color css
<style>
a { background-color: #A171AA; }
a { background-color: rgb(161,113,170); }
div.DivClassName
{
background-color: #A171AA;
}
.BgClassName
{
background-color: #A171AA;
}
</style>
border-color css
<style>
span { border-color: #A171AA; }
span { border-color: rgb(161,113,170); }
td.TdClassName
{
border-color: #A171AA;
}
.TagClassName
{
border-color: #A171AA;
}
</style>