Shades of Ce Soir #A471B4
Tints of Ce Soir #A471B4
RGB
CMYK
RGB Variations
Color information
#A471B4 (or 0xA471B4) is known color: Ce Soir. HEX triplet: A4, 71 and B4. RGB value is (164,113,180). Sum of RGB (Red+Green+Blue) = 164+113+180=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #A471B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471B4 is #5B8E4B. Grayscale: #878787. Windows color (decimal): -6000204 or 11825572. OLE color: 11825572.
HSL color Cylindrical-coordinate representation of color #A471B4: hue angle of 285.67º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A471B4 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 113 | 180 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.29 |
| HSL | 285.67º | 0.31% | 0.57% | - |
| HSV(B) | 285.67º | 0.37% | 0.71% | - |
| XYZ | 29.45 | 23 | 46.07 | - |
| YUV | 135.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 180 | 0.09 | 0.37 | 0 | 0.29 | 285.67 | 0.31 | 0.57 |
| Hex | A4 | 71 | B4 | 9 | 25 | 0 | 1D | 11E | 1F | 39 |
| Octal | 244 | 161 | 264 | 11 | 45 | 0 | 35 | 436 | 37 | 71 |
| Binary | 10100100 | 1110001 | 10110100 | 1001 | 100101 | 0 | 11101 | 100011110 | 11111 | 111001 |
Color Harmonies of #A471B4
Complementary color
Monochromatic Colors of #A471B4
Black with #A471B4
Text Example
Text Example
White with #A471B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471B4; }
p { color: rgb(164,113,180); }
H1.HeaderClassName
{
color: #A471B4;
}
.AnyTagClassName
{
color: #A471B4;
}
</style>
background-color css
<style>
a { background-color: #A471B4; }
a { background-color: rgb(164,113,180); }
div.DivClassName
{
background-color: #A471B4;
}
.BgClassName
{
background-color: #A471B4;
}
</style>
border-color css
<style>
span { border-color: #A471B4; }
span { border-color: rgb(164,113,180); }
td.TdClassName
{
border-color: #A471B4;
}
.TagClassName
{
border-color: #A471B4;
}
</style>