Shades of Ce Soir #A076AF
Tints of Ce Soir #A076AF
RGB
CMYK
RGB Variations
Color information
#A076AF (or 0xA076AF) is known color: Ce Soir. HEX triplet: A0, 76 and AF. RGB value is (160,118,175). Sum of RGB (Red+Green+Blue) = 160+118+175=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #A076AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A076AF is #5F8950. Grayscale: #888888. Windows color (decimal): -6261073 or 11499168. OLE color: 11499168.
HSL color Cylindrical-coordinate representation of color #A076AF: hue angle of 284.21º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A076AF is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 118 | 175 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.31 |
| HSL | 284.21º | 0.26% | 0.57% | - |
| HSV(B) | 284.21º | 0.33% | 0.69% | - |
| XYZ | 28.71 | 23.53 | 43.58 | - |
| YUV | 137.06 | 149.41 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 175 | 0.09 | 0.33 | 0 | 0.31 | 284.21 | 0.26 | 0.57 |
| Hex | A0 | 76 | AF | 9 | 21 | 0 | 1F | 11C | 1A | 39 |
| Octal | 240 | 166 | 257 | 11 | 41 | 0 | 37 | 434 | 32 | 71 |
| Binary | 10100000 | 1110110 | 10101111 | 1001 | 100001 | 0 | 11111 | 100011100 | 11010 | 111001 |
Color Harmonies of #A076AF
Complementary color
Monochromatic Colors of #A076AF
Black with #A076AF
Text Example
Text Example
White with #A076AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076AF; }
p { color: rgb(160,118,175); }
H1.HeaderClassName
{
color: #A076AF;
}
.AnyTagClassName
{
color: #A076AF;
}
</style>
background-color css
<style>
a { background-color: #A076AF; }
a { background-color: rgb(160,118,175); }
div.DivClassName
{
background-color: #A076AF;
}
.BgClassName
{
background-color: #A076AF;
}
</style>
border-color css
<style>
span { border-color: #A076AF; }
span { border-color: rgb(160,118,175); }
td.TdClassName
{
border-color: #A076AF;
}
.TagClassName
{
border-color: #A076AF;
}
</style>