Shades of Ce Soir #A478AD
Tints of Ce Soir #A478AD
RGB
CMYK
RGB Variations
Color information
#A478AD (or 0xA478AD) is known color: Ce Soir. HEX triplet: A4, 78 and AD. RGB value is (164,120,173). Sum of RGB (Red+Green+Blue) = 164+120+173=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #A478AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A478AD is #5B8752. Grayscale: #8B8B8B. Windows color (decimal): -5998419 or 11368612. OLE color: 11368612.
HSL color Cylindrical-coordinate representation of color #A478AD: hue angle of 289.81º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A478AD is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 120 | 173 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.32 |
| HSL | 289.81º | 0.24% | 0.57% | - |
| HSV(B) | 289.81º | 0.31% | 0.68% | - |
| XYZ | 29.57 | 24.34 | 42.68 | - |
| YUV | 139.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 173 | 0.05 | 0.31 | 0 | 0.32 | 289.81 | 0.24 | 0.57 |
| Hex | A4 | 78 | AD | 5 | 1F | 0 | 20 | 122 | 18 | 39 |
| Octal | 244 | 170 | 255 | 5 | 37 | 0 | 40 | 442 | 30 | 71 |
| Binary | 10100100 | 1111000 | 10101101 | 101 | 11111 | 0 | 100000 | 100100010 | 11000 | 111001 |
Color Harmonies of #A478AD
Complementary color
Monochromatic Colors of #A478AD
Black with #A478AD
Text Example
Text Example
White with #A478AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478AD; }
p { color: rgb(164,120,173); }
H1.HeaderClassName
{
color: #A478AD;
}
.AnyTagClassName
{
color: #A478AD;
}
</style>
background-color css
<style>
a { background-color: #A478AD; }
a { background-color: rgb(164,120,173); }
div.DivClassName
{
background-color: #A478AD;
}
.BgClassName
{
background-color: #A478AD;
}
</style>
border-color css
<style>
span { border-color: #A478AD; }
span { border-color: rgb(164,120,173); }
td.TdClassName
{
border-color: #A478AD;
}
.TagClassName
{
border-color: #A478AD;
}
</style>