Shades of Ce Soir #A277B2
Tints of Ce Soir #A277B2
RGB
CMYK
RGB Variations
Color information
#A277B2 (or 0xA277B2) is known color: Ce Soir. HEX triplet: A2, 77 and B2. RGB value is (162,119,178). Sum of RGB (Red+Green+Blue) = 162+119+178=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 178 - color contains mainly: blue. Hex color #A277B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A277B2 is #5D884D. Grayscale: #8A8A8A. Windows color (decimal): -6129742 or 11696034. OLE color: 11696034.
HSL color Cylindrical-coordinate representation of color #A277B2: hue angle of 283.73º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A277B2 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 119 | 178 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.30 |
| HSL | 283.73º | 0.28% | 0.58% | - |
| HSV(B) | 283.73º | 0.33% | 0.7% | - |
| XYZ | 29.53 | 24.09 | 45.21 | - |
| YUV | 138.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 178 | 0.09 | 0.33 | 0 | 0.30 | 283.73 | 0.28 | 0.58 |
| Hex | A2 | 77 | B2 | 9 | 21 | 0 | 1E | 11C | 1C | 3A |
| Octal | 242 | 167 | 262 | 11 | 41 | 0 | 36 | 434 | 34 | 72 |
| Binary | 10100010 | 1110111 | 10110010 | 1001 | 100001 | 0 | 11110 | 100011100 | 11100 | 111010 |
Color Harmonies of #A277B2
Complementary color
Monochromatic Colors of #A277B2
Black with #A277B2
Text Example
Text Example
White with #A277B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A277B2; }
p { color: rgb(162,119,178); }
H1.HeaderClassName
{
color: #A277B2;
}
.AnyTagClassName
{
color: #A277B2;
}
</style>
background-color css
<style>
a { background-color: #A277B2; }
a { background-color: rgb(162,119,178); }
div.DivClassName
{
background-color: #A277B2;
}
.BgClassName
{
background-color: #A277B2;
}
</style>
border-color css
<style>
span { border-color: #A277B2; }
span { border-color: rgb(162,119,178); }
td.TdClassName
{
border-color: #A277B2;
}
.TagClassName
{
border-color: #A277B2;
}
</style>