Shades of Ce Soir #A272AC
Tints of Ce Soir #A272AC
RGB
CMYK
RGB Variations
Color information
#A272AC (or 0xA272AC) is known color: Ce Soir. HEX triplet: A2, 72 and AC. RGB value is (162,114,172). Sum of RGB (Red+Green+Blue) = 162+114+172=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #A272AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A272AC is #5D8D53. Grayscale: #868686. Windows color (decimal): -6131028 or 11301538. OLE color: 11301538.
HSL color Cylindrical-coordinate representation of color #A272AC: hue angle of 289.66º 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 #A272AC is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 114 | 172 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.33 |
| HSL | 289.66º | 0.26% | 0.56% | - |
| HSV(B) | 289.66º | 0.34% | 0.67% | - |
| XYZ | 28.36 | 22.69 | 41.92 | - |
| YUV | 134.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 172 | 0.06 | 0.34 | 0 | 0.33 | 289.66 | 0.26 | 0.56 |
| Hex | A2 | 72 | AC | 6 | 22 | 0 | 21 | 122 | 1A | 38 |
| Octal | 242 | 162 | 254 | 6 | 42 | 0 | 41 | 442 | 32 | 70 |
| Binary | 10100010 | 1110010 | 10101100 | 110 | 100010 | 0 | 100001 | 100100010 | 11010 | 111000 |
Color Harmonies of #A272AC
Complementary color
Monochromatic Colors of #A272AC
Black with #A272AC
Text Example
Text Example
White with #A272AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272AC; }
p { color: rgb(162,114,172); }
H1.HeaderClassName
{
color: #A272AC;
}
.AnyTagClassName
{
color: #A272AC;
}
</style>
background-color css
<style>
a { background-color: #A272AC; }
a { background-color: rgb(162,114,172); }
div.DivClassName
{
background-color: #A272AC;
}
.BgClassName
{
background-color: #A272AC;
}
</style>
border-color css
<style>
span { border-color: #A272AC; }
span { border-color: rgb(162,114,172); }
td.TdClassName
{
border-color: #A272AC;
}
.TagClassName
{
border-color: #A272AC;
}
</style>