Shades of Ce Soir #A07AAC
Tints of Ce Soir #A07AAC
RGB
CMYK
RGB Variations
Color information
#A07AAC (or 0xA07AAC) is known color: Ce Soir. HEX triplet: A0, 7A and AC. RGB value is (160,122,172). Sum of RGB (Red+Green+Blue) = 160+122+172=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #A07AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07AAC is #5F8553. Grayscale: #8A8A8A. Windows color (decimal): -6260052 or 11303584. OLE color: 11303584.
HSL color Cylindrical-coordinate representation of color #A07AAC: hue angle of 285.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07AAC is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 122 | 172 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.33 |
| HSL | 285.6º | 0.23% | 0.58% | - |
| HSV(B) | 285.6º | 0.29% | 0.67% | - |
| XYZ | 28.9 | 24.37 | 42.21 | - |
| YUV | 139.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 172 | 0.07 | 0.29 | 0 | 0.33 | 285.6 | 0.23 | 0.58 |
| Hex | A0 | 7A | AC | 7 | 1D | 0 | 21 | 11E | 17 | 3A |
| Octal | 240 | 172 | 254 | 7 | 35 | 0 | 41 | 436 | 27 | 72 |
| Binary | 10100000 | 1111010 | 10101100 | 111 | 11101 | 0 | 100001 | 100011110 | 10111 | 111010 |
Color Harmonies of #A07AAC
Complementary color
Monochromatic Colors of #A07AAC
Black with #A07AAC
Text Example
Text Example
White with #A07AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07AAC; }
p { color: rgb(160,122,172); }
H1.HeaderClassName
{
color: #A07AAC;
}
.AnyTagClassName
{
color: #A07AAC;
}
</style>
background-color css
<style>
a { background-color: #A07AAC; }
a { background-color: rgb(160,122,172); }
div.DivClassName
{
background-color: #A07AAC;
}
.BgClassName
{
background-color: #A07AAC;
}
</style>
border-color css
<style>
span { border-color: #A07AAC; }
span { border-color: rgb(160,122,172); }
td.TdClassName
{
border-color: #A07AAC;
}
.TagClassName
{
border-color: #A07AAC;
}
</style>