Shades of Ce Soir #A471B3
Tints of Ce Soir #A471B3
RGB
CMYK
RGB Variations
Color information
#A471B3 (or 0xA471B3) is known color: Ce Soir. HEX triplet: A4, 71 and B3. RGB value is (164,113,179). Sum of RGB (Red+Green+Blue) = 164+113+179=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 179 - color contains mainly: blue. Hex color #A471B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471B3 is #5B8E4C. Grayscale: #878787. Windows color (decimal): -6000205 or 11760036. OLE color: 11760036.
HSL color Cylindrical-coordinate representation of color #A471B3: hue angle of 286.36º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A471B3 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 113 | 179 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.30 |
| HSL | 286.36º | 0.3% | 0.57% | - |
| HSV(B) | 286.36º | 0.37% | 0.7% | - |
| XYZ | 29.35 | 22.96 | 45.53 | - |
| YUV | 135.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 179 | 0.08 | 0.37 | 0 | 0.30 | 286.36 | 0.3 | 0.57 |
| Hex | A4 | 71 | B3 | 8 | 25 | 0 | 1E | 11E | 1E | 39 |
| Octal | 244 | 161 | 263 | 10 | 45 | 0 | 36 | 436 | 36 | 71 |
| Binary | 10100100 | 1110001 | 10110011 | 1000 | 100101 | 0 | 11110 | 100011110 | 11110 | 111001 |
Color Harmonies of #A471B3
Complementary color
Monochromatic Colors of #A471B3
Black with #A471B3
Text Example
Text Example
White with #A471B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471B3; }
p { color: rgb(164,113,179); }
H1.HeaderClassName
{
color: #A471B3;
}
.AnyTagClassName
{
color: #A471B3;
}
</style>
background-color css
<style>
a { background-color: #A471B3; }
a { background-color: rgb(164,113,179); }
div.DivClassName
{
background-color: #A471B3;
}
.BgClassName
{
background-color: #A471B3;
}
</style>
border-color css
<style>
span { border-color: #A471B3; }
span { border-color: rgb(164,113,179); }
td.TdClassName
{
border-color: #A471B3;
}
.TagClassName
{
border-color: #A471B3;
}
</style>