Shades of Ce Soir #A06AAD
Tints of Ce Soir #A06AAD
RGB
CMYK
RGB Variations
Color information
#A06AAD (or 0xA06AAD) is known color: Ce Soir. HEX triplet: A0, 6A and AD. RGB value is (160,106,173). Sum of RGB (Red+Green+Blue) = 160+106+173=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #A06AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06AAD is #5F9552. Grayscale: #818181. Windows color (decimal): -6264147 or 11365024. OLE color: 11365024.
HSL color Cylindrical-coordinate representation of color #A06AAD: hue angle of 288.36º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06AAD is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 106 | 173 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.32 |
| HSL | 288.36º | 0.29% | 0.55% | - |
| HSV(B) | 288.36º | 0.39% | 0.68% | - |
| XYZ | 27.19 | 20.8 | 42.12 | - |
| YUV | 129.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 173 | 0.08 | 0.39 | 0 | 0.32 | 288.36 | 0.29 | 0.55 |
| Hex | A0 | 6A | AD | 8 | 27 | 0 | 20 | 120 | 1D | 37 |
| Octal | 240 | 152 | 255 | 10 | 47 | 0 | 40 | 440 | 35 | 67 |
| Binary | 10100000 | 1101010 | 10101101 | 1000 | 100111 | 0 | 100000 | 100100000 | 11101 | 110111 |
Color Harmonies of #A06AAD
Complementary color
Monochromatic Colors of #A06AAD
Black with #A06AAD
Text Example
Text Example
White with #A06AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06AAD; }
p { color: rgb(160,106,173); }
H1.HeaderClassName
{
color: #A06AAD;
}
.AnyTagClassName
{
color: #A06AAD;
}
</style>
background-color css
<style>
a { background-color: #A06AAD; }
a { background-color: rgb(160,106,173); }
div.DivClassName
{
background-color: #A06AAD;
}
.BgClassName
{
background-color: #A06AAD;
}
</style>
border-color css
<style>
span { border-color: #A06AAD; }
span { border-color: rgb(160,106,173); }
td.TdClassName
{
border-color: #A06AAD;
}
.TagClassName
{
border-color: #A06AAD;
}
</style>