Shades of Ce Soir #A274B1
Tints of Ce Soir #A274B1
RGB
CMYK
RGB Variations
Color information
#A274B1 (or 0xA274B1) is known color: Ce Soir. HEX triplet: A2, 74 and B1. RGB value is (162,116,177). Sum of RGB (Red+Green+Blue) = 162+116+177=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 177 - color contains mainly: blue. Hex color #A274B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A274B1 is #5D8B4E. Grayscale: #888888. Windows color (decimal): -6130511 or 11629730. OLE color: 11629730.
HSL color Cylindrical-coordinate representation of color #A274B1: hue angle of 285.25º 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 #A274B1 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 116 | 177 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.31 |
| HSL | 285.25º | 0.28% | 0.57% | - |
| HSV(B) | 285.25º | 0.34% | 0.69% | - |
| XYZ | 29.08 | 23.35 | 44.57 | - |
| YUV | 136.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 116 | 177 | 0.08 | 0.34 | 0 | 0.31 | 285.25 | 0.28 | 0.57 |
| Hex | A2 | 74 | B1 | 8 | 22 | 0 | 1F | 11D | 1C | 39 |
| Octal | 242 | 164 | 261 | 10 | 42 | 0 | 37 | 435 | 34 | 71 |
| Binary | 10100010 | 1110100 | 10110001 | 1000 | 100010 | 0 | 11111 | 100011101 | 11100 | 111001 |
Color Harmonies of #A274B1
Complementary color
Monochromatic Colors of #A274B1
Black with #A274B1
Text Example
Text Example
White with #A274B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A274B1; }
p { color: rgb(162,116,177); }
H1.HeaderClassName
{
color: #A274B1;
}
.AnyTagClassName
{
color: #A274B1;
}
</style>
background-color css
<style>
a { background-color: #A274B1; }
a { background-color: rgb(162,116,177); }
div.DivClassName
{
background-color: #A274B1;
}
.BgClassName
{
background-color: #A274B1;
}
</style>
border-color css
<style>
span { border-color: #A274B1; }
span { border-color: rgb(162,116,177); }
td.TdClassName
{
border-color: #A274B1;
}
.TagClassName
{
border-color: #A274B1;
}
</style>