Shades of Ce Soir #A072AC
Tints of Ce Soir #A072AC
RGB
CMYK
RGB Variations
Color information
#A072AC (or 0xA072AC) is known color: Ce Soir. HEX triplet: A0, 72 and AC. RGB value is (160,114,172). Sum of RGB (Red+Green+Blue) = 160+114+172=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #A072AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A072AC is #5F8D53. Grayscale: #868686. Windows color (decimal): -6262100 or 11301536. OLE color: 11301536.
HSL color Cylindrical-coordinate representation of color #A072AC: hue angle of 287.59º 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 #A072AC is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 114 | 172 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.33 |
| HSL | 287.59º | 0.26% | 0.56% | - |
| HSV(B) | 287.59º | 0.34% | 0.67% | - |
| XYZ | 27.96 | 22.49 | 41.9 | - |
| YUV | 134.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 172 | 0.07 | 0.34 | 0 | 0.33 | 287.59 | 0.26 | 0.56 |
| Hex | A0 | 72 | AC | 7 | 22 | 0 | 21 | 120 | 1A | 38 |
| Octal | 240 | 162 | 254 | 7 | 42 | 0 | 41 | 440 | 32 | 70 |
| Binary | 10100000 | 1110010 | 10101100 | 111 | 100010 | 0 | 100001 | 100100000 | 11010 | 111000 |
Color Harmonies of #A072AC
Complementary color
Monochromatic Colors of #A072AC
Black with #A072AC
Text Example
Text Example
White with #A072AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072AC; }
p { color: rgb(160,114,172); }
H1.HeaderClassName
{
color: #A072AC;
}
.AnyTagClassName
{
color: #A072AC;
}
</style>
background-color css
<style>
a { background-color: #A072AC; }
a { background-color: rgb(160,114,172); }
div.DivClassName
{
background-color: #A072AC;
}
.BgClassName
{
background-color: #A072AC;
}
</style>
border-color css
<style>
span { border-color: #A072AC; }
span { border-color: rgb(160,114,172); }
td.TdClassName
{
border-color: #A072AC;
}
.TagClassName
{
border-color: #A072AC;
}
</style>