Shades of Ce Soir #A271B4
Tints of Ce Soir #A271B4
RGB
CMYK
RGB Variations
Color information
#A271B4 (or 0xA271B4) is known color: Ce Soir. HEX triplet: A2, 71 and B4. RGB value is (162,113,180). Sum of RGB (Red+Green+Blue) = 162+113+180=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #A271B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271B4 is #5D8E4B. Grayscale: #878787. Windows color (decimal): -6131276 or 11825570. OLE color: 11825570.
HSL color Cylindrical-coordinate representation of color #A271B4: hue angle of 283.88º 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 #A271B4 is Cyan = 0.1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 113 | 180 | - |
| CMYK | 0.1 | 0.37 | 0 | 0.29 |
| HSL | 283.88º | 0.31% | 0.57% | - |
| HSV(B) | 283.88º | 0.37% | 0.71% | - |
| XYZ | 29.04 | 22.79 | 46.05 | - |
| YUV | 135.29 | 153.23 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 180 | 0.1 | 0.37 | 0 | 0.29 | 283.88 | 0.31 | 0.57 |
| Hex | A2 | 71 | B4 | A | 25 | 0 | 1D | 11C | 1F | 39 |
| Octal | 242 | 161 | 264 | 12 | 45 | 0 | 35 | 434 | 37 | 71 |
| Binary | 10100010 | 1110001 | 10110100 | 1010 | 100101 | 0 | 11101 | 100011100 | 11111 | 111001 |
Color Harmonies of #A271B4
Complementary color
Monochromatic Colors of #A271B4
Black with #A271B4
Text Example
Text Example
White with #A271B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271B4; }
p { color: rgb(162,113,180); }
H1.HeaderClassName
{
color: #A271B4;
}
.AnyTagClassName
{
color: #A271B4;
}
</style>
background-color css
<style>
a { background-color: #A271B4; }
a { background-color: rgb(162,113,180); }
div.DivClassName
{
background-color: #A271B4;
}
.BgClassName
{
background-color: #A271B4;
}
</style>
border-color css
<style>
span { border-color: #A271B4; }
span { border-color: rgb(162,113,180); }
td.TdClassName
{
border-color: #A271B4;
}
.TagClassName
{
border-color: #A271B4;
}
</style>