Shades of Ce Soir #A474B1
Tints of Ce Soir #A474B1
RGB
CMYK
RGB Variations
Color information
#A474B1 (or 0xA474B1) is known color: Ce Soir. HEX triplet: A4, 74 and B1. RGB value is (164,116,177). Sum of RGB (Red+Green+Blue) = 164+116+177=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 177 - color contains mainly: blue. Hex color #A474B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A474B1 is #5B8B4E. Grayscale: #898989. Windows color (decimal): -5999439 or 11629732. OLE color: 11629732.
HSL color Cylindrical-coordinate representation of color #A474B1: hue angle of 287.21º degrees, saturation: 0.28, 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 #A474B1 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 116 | 177 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.31 |
| HSL | 287.21º | 0.28% | 0.57% | - |
| HSV(B) | 287.21º | 0.34% | 0.69% | - |
| XYZ | 29.49 | 23.56 | 44.59 | - |
| YUV | 137.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 177 | 0.07 | 0.34 | 0 | 0.31 | 287.21 | 0.28 | 0.57 |
| Hex | A4 | 74 | B1 | 7 | 22 | 0 | 1F | 11F | 1C | 39 |
| Octal | 244 | 164 | 261 | 7 | 42 | 0 | 37 | 437 | 34 | 71 |
| Binary | 10100100 | 1110100 | 10110001 | 111 | 100010 | 0 | 11111 | 100011111 | 11100 | 111001 |
Color Harmonies of #A474B1
Complementary color
Monochromatic Colors of #A474B1
Black with #A474B1
Text Example
Text Example
White with #A474B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474B1; }
p { color: rgb(164,116,177); }
H1.HeaderClassName
{
color: #A474B1;
}
.AnyTagClassName
{
color: #A474B1;
}
</style>
background-color css
<style>
a { background-color: #A474B1; }
a { background-color: rgb(164,116,177); }
div.DivClassName
{
background-color: #A474B1;
}
.BgClassName
{
background-color: #A474B1;
}
</style>
border-color css
<style>
span { border-color: #A474B1; }
span { border-color: rgb(164,116,177); }
td.TdClassName
{
border-color: #A474B1;
}
.TagClassName
{
border-color: #A474B1;
}
</style>