Shades of Ce Soir #A477AD
Tints of Ce Soir #A477AD
RGB
CMYK
RGB Variations
Color information
#A477AD (or 0xA477AD) is known color: Ce Soir. HEX triplet: A4, 77 and AD. RGB value is (164,119,173). Sum of RGB (Red+Green+Blue) = 164+119+173=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #A477AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A477AD is #5B8852. Grayscale: #8A8A8A. Windows color (decimal): -5998675 or 11368356. OLE color: 11368356.
HSL color Cylindrical-coordinate representation of color #A477AD: hue angle of 290º degrees, saturation: 0.25, 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 #A477AD is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 119 | 173 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.32 |
| HSL | 290º | 0.25% | 0.57% | - |
| HSV(B) | 290º | 0.31% | 0.68% | - |
| XYZ | 29.45 | 24.1 | 42.64 | - |
| YUV | 138.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 173 | 0.05 | 0.31 | 0 | 0.32 | 290 | 0.25 | 0.57 |
| Hex | A4 | 77 | AD | 5 | 1F | 0 | 20 | 122 | 19 | 39 |
| Octal | 244 | 167 | 255 | 5 | 37 | 0 | 40 | 442 | 31 | 71 |
| Binary | 10100100 | 1110111 | 10101101 | 101 | 11111 | 0 | 100000 | 100100010 | 11001 | 111001 |
Color Harmonies of #A477AD
Complementary color
Monochromatic Colors of #A477AD
Black with #A477AD
Text Example
Text Example
White with #A477AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A477AD; }
p { color: rgb(164,119,173); }
H1.HeaderClassName
{
color: #A477AD;
}
.AnyTagClassName
{
color: #A477AD;
}
</style>
background-color css
<style>
a { background-color: #A477AD; }
a { background-color: rgb(164,119,173); }
div.DivClassName
{
background-color: #A477AD;
}
.BgClassName
{
background-color: #A477AD;
}
</style>
border-color css
<style>
span { border-color: #A477AD; }
span { border-color: rgb(164,119,173); }
td.TdClassName
{
border-color: #A477AD;
}
.TagClassName
{
border-color: #A477AD;
}
</style>