Shades of Ce Soir #A271AC
Tints of Ce Soir #A271AC
RGB
CMYK
RGB Variations
Color information
#A271AC (or 0xA271AC) is known color: Ce Soir. HEX triplet: A2, 71 and AC. RGB value is (162,113,172). Sum of RGB (Red+Green+Blue) = 162+113+172=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #A271AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A271AC is #5D8E53. Grayscale: #868686. Windows color (decimal): -6131284 or 11301282. OLE color: 11301282.
HSL color Cylindrical-coordinate representation of color #A271AC: hue angle of 289.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A271AC is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 113 | 172 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.33 |
| HSL | 289.83º | 0.26% | 0.56% | - |
| HSV(B) | 289.83º | 0.34% | 0.67% | - |
| XYZ | 28.25 | 22.47 | 41.88 | - |
| YUV | 134.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 172 | 0.06 | 0.34 | 0 | 0.33 | 289.83 | 0.26 | 0.56 |
| Hex | A2 | 71 | AC | 6 | 22 | 0 | 21 | 122 | 1A | 38 |
| Octal | 242 | 161 | 254 | 6 | 42 | 0 | 41 | 442 | 32 | 70 |
| Binary | 10100010 | 1110001 | 10101100 | 110 | 100010 | 0 | 100001 | 100100010 | 11010 | 111000 |
Color Harmonies of #A271AC
Complementary color
Monochromatic Colors of #A271AC
Black with #A271AC
Text Example
Text Example
White with #A271AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271AC; }
p { color: rgb(162,113,172); }
H1.HeaderClassName
{
color: #A271AC;
}
.AnyTagClassName
{
color: #A271AC;
}
</style>
background-color css
<style>
a { background-color: #A271AC; }
a { background-color: rgb(162,113,172); }
div.DivClassName
{
background-color: #A271AC;
}
.BgClassName
{
background-color: #A271AC;
}
</style>
border-color css
<style>
span { border-color: #A271AC; }
span { border-color: rgb(162,113,172); }
td.TdClassName
{
border-color: #A271AC;
}
.TagClassName
{
border-color: #A271AC;
}
</style>