Shades of Ce Soir #A07DAC
Tints of Ce Soir #A07DAC
RGB
CMYK
RGB Variations
Color information
#A07DAC (or 0xA07DAC) is known color: Ce Soir. HEX triplet: A0, 7D and AC. RGB value is (160,125,172). Sum of RGB (Red+Green+Blue) = 160+125+172=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #A07DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07DAC is #5F8253. Grayscale: #8C8C8C. Windows color (decimal): -6259284 or 11304352. OLE color: 11304352.
HSL color Cylindrical-coordinate representation of color #A07DAC: hue angle of 284.68º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07DAC is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 125 | 172 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.33 |
| HSL | 284.68º | 0.22% | 0.58% | - |
| HSV(B) | 284.68º | 0.27% | 0.67% | - |
| XYZ | 29.28 | 25.12 | 42.34 | - |
| YUV | 140.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 172 | 0.07 | 0.27 | 0 | 0.33 | 284.68 | 0.22 | 0.58 |
| Hex | A0 | 7D | AC | 7 | 1B | 0 | 21 | 11D | 16 | 3A |
| Octal | 240 | 175 | 254 | 7 | 33 | 0 | 41 | 435 | 26 | 72 |
| Binary | 10100000 | 1111101 | 10101100 | 111 | 11011 | 0 | 100001 | 100011101 | 10110 | 111010 |
Color Harmonies of #A07DAC
Complementary color
Monochromatic Colors of #A07DAC
Black with #A07DAC
Text Example
Text Example
White with #A07DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DAC; }
p { color: rgb(160,125,172); }
H1.HeaderClassName
{
color: #A07DAC;
}
.AnyTagClassName
{
color: #A07DAC;
}
</style>
background-color css
<style>
a { background-color: #A07DAC; }
a { background-color: rgb(160,125,172); }
div.DivClassName
{
background-color: #A07DAC;
}
.BgClassName
{
background-color: #A07DAC;
}
</style>
border-color css
<style>
span { border-color: #A07DAC; }
span { border-color: rgb(160,125,172); }
td.TdClassName
{
border-color: #A07DAC;
}
.TagClassName
{
border-color: #A07DAC;
}
</style>