Shades of Ce Soir #A376AF
Tints of Ce Soir #A376AF
RGB
CMYK
RGB Variations
Color information
#A376AF (or 0xA376AF) is known color: Ce Soir. HEX triplet: A3, 76 and AF. RGB value is (163,118,175). Sum of RGB (Red+Green+Blue) = 163+118+175=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #A376AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A376AF is #5C8950. Grayscale: #898989. Windows color (decimal): -6064465 or 11499171. OLE color: 11499171.
HSL color Cylindrical-coordinate representation of color #A376AF: hue angle of 287.37º 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 #A376AF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 118 | 175 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.31 |
| HSL | 287.37º | 0.26% | 0.57% | - |
| HSV(B) | 287.37º | 0.33% | 0.69% | - |
| XYZ | 29.32 | 23.84 | 43.61 | - |
| YUV | 137.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 175 | 0.07 | 0.33 | 0 | 0.31 | 287.37 | 0.26 | 0.57 |
| Hex | A3 | 76 | AF | 7 | 21 | 0 | 1F | 11F | 1A | 39 |
| Octal | 243 | 166 | 257 | 7 | 41 | 0 | 37 | 437 | 32 | 71 |
| Binary | 10100011 | 1110110 | 10101111 | 111 | 100001 | 0 | 11111 | 100011111 | 11010 | 111001 |
Color Harmonies of #A376AF
Complementary color
Monochromatic Colors of #A376AF
Black with #A376AF
Text Example
Text Example
White with #A376AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376AF; }
p { color: rgb(163,118,175); }
H1.HeaderClassName
{
color: #A376AF;
}
.AnyTagClassName
{
color: #A376AF;
}
</style>
background-color css
<style>
a { background-color: #A376AF; }
a { background-color: rgb(163,118,175); }
div.DivClassName
{
background-color: #A376AF;
}
.BgClassName
{
background-color: #A376AF;
}
</style>
border-color css
<style>
span { border-color: #A376AF; }
span { border-color: rgb(163,118,175); }
td.TdClassName
{
border-color: #A376AF;
}
.TagClassName
{
border-color: #A376AF;
}
</style>