Shades of Ce Soir #A374AF
Tints of Ce Soir #A374AF
RGB
CMYK
RGB Variations
Color information
#A374AF (or 0xA374AF) is known color: Ce Soir. HEX triplet: A3, 74 and AF. RGB value is (163,116,175). Sum of RGB (Red+Green+Blue) = 163+116+175=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #A374AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A374AF is #5C8B50. Grayscale: #888888. Windows color (decimal): -6064977 or 11498659. OLE color: 11498659.
HSL color Cylindrical-coordinate representation of color #A374AF: hue angle of 287.8º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A374AF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 116 | 175 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.31 |
| HSL | 287.8º | 0.27% | 0.57% | - |
| HSV(B) | 287.8º | 0.34% | 0.69% | - |
| XYZ | 29.09 | 23.37 | 43.54 | - |
| YUV | 136.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 175 | 0.07 | 0.34 | 0 | 0.31 | 287.8 | 0.27 | 0.57 |
| Hex | A3 | 74 | AF | 7 | 22 | 0 | 1F | 120 | 1B | 39 |
| Octal | 243 | 164 | 257 | 7 | 42 | 0 | 37 | 440 | 33 | 71 |
| Binary | 10100011 | 1110100 | 10101111 | 111 | 100010 | 0 | 11111 | 100100000 | 11011 | 111001 |
Color Harmonies of #A374AF
Complementary color
Monochromatic Colors of #A374AF
Black with #A374AF
Text Example
Text Example
White with #A374AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374AF; }
p { color: rgb(163,116,175); }
H1.HeaderClassName
{
color: #A374AF;
}
.AnyTagClassName
{
color: #A374AF;
}
</style>
background-color css
<style>
a { background-color: #A374AF; }
a { background-color: rgb(163,116,175); }
div.DivClassName
{
background-color: #A374AF;
}
.BgClassName
{
background-color: #A374AF;
}
</style>
border-color css
<style>
span { border-color: #A374AF; }
span { border-color: rgb(163,116,175); }
td.TdClassName
{
border-color: #A374AF;
}
.TagClassName
{
border-color: #A374AF;
}
</style>