Shades of Ce Soir #A371AD
Tints of Ce Soir #A371AD
RGB
CMYK
RGB Variations
Color information
#A371AD (or 0xA371AD) is known color: Ce Soir. HEX triplet: A3, 71 and AD. RGB value is (163,113,173). Sum of RGB (Red+Green+Blue) = 163+113+173=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #A371AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A371AD is #5C8E52. Grayscale: #868686. Windows color (decimal): -6065747 or 11366819. OLE color: 11366819.
HSL color Cylindrical-coordinate representation of color #A371AD: hue angle of 290º 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 #A371AD is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 113 | 173 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.32 |
| HSL | 290º | 0.27% | 0.56% | - |
| HSV(B) | 290º | 0.35% | 0.68% | - |
| XYZ | 28.55 | 22.61 | 42.4 | - |
| YUV | 134.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 173 | 0.06 | 0.35 | 0 | 0.32 | 290 | 0.27 | 0.56 |
| Hex | A3 | 71 | AD | 6 | 23 | 0 | 20 | 122 | 1B | 38 |
| Octal | 243 | 161 | 255 | 6 | 43 | 0 | 40 | 442 | 33 | 70 |
| Binary | 10100011 | 1110001 | 10101101 | 110 | 100011 | 0 | 100000 | 100100010 | 11011 | 111000 |
Color Harmonies of #A371AD
Complementary color
Monochromatic Colors of #A371AD
Black with #A371AD
Text Example
Text Example
White with #A371AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A371AD; }
p { color: rgb(163,113,173); }
H1.HeaderClassName
{
color: #A371AD;
}
.AnyTagClassName
{
color: #A371AD;
}
</style>
background-color css
<style>
a { background-color: #A371AD; }
a { background-color: rgb(163,113,173); }
div.DivClassName
{
background-color: #A371AD;
}
.BgClassName
{
background-color: #A371AD;
}
</style>
border-color css
<style>
span { border-color: #A371AD; }
span { border-color: rgb(163,113,173); }
td.TdClassName
{
border-color: #A371AD;
}
.TagClassName
{
border-color: #A371AD;
}
</style>