Shades of Ce Soir #A576B2
Tints of Ce Soir #A576B2
RGB
CMYK
RGB Variations
Color information
#A576B2 (or 0xA576B2) is known color: Ce Soir. HEX triplet: A5, 76 and B2. RGB value is (165,118,178). Sum of RGB (Red+Green+Blue) = 165+118+178=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 178 - color contains mainly: blue. Hex color #A576B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A576B2 is #5A894D. Grayscale: #8A8A8A. Windows color (decimal): -5933390 or 11695781. OLE color: 11695781.
HSL color Cylindrical-coordinate representation of color #A576B2: hue angle of 287º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A576B2 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 118 | 178 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.30 |
| HSL | 287º | 0.28% | 0.58% | - |
| HSV(B) | 287º | 0.34% | 0.7% | - |
| XYZ | 30.03 | 24.17 | 45.2 | - |
| YUV | 138.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 178 | 0.07 | 0.34 | 0 | 0.30 | 287 | 0.28 | 0.58 |
| Hex | A5 | 76 | B2 | 7 | 22 | 0 | 1E | 11F | 1C | 3A |
| Octal | 245 | 166 | 262 | 7 | 42 | 0 | 36 | 437 | 34 | 72 |
| Binary | 10100101 | 1110110 | 10110010 | 111 | 100010 | 0 | 11110 | 100011111 | 11100 | 111010 |
Color Harmonies of #A576B2
Complementary color
Monochromatic Colors of #A576B2
Black with #A576B2
Text Example
Text Example
White with #A576B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A576B2; }
p { color: rgb(165,118,178); }
H1.HeaderClassName
{
color: #A576B2;
}
.AnyTagClassName
{
color: #A576B2;
}
</style>
background-color css
<style>
a { background-color: #A576B2; }
a { background-color: rgb(165,118,178); }
div.DivClassName
{
background-color: #A576B2;
}
.BgClassName
{
background-color: #A576B2;
}
</style>
border-color css
<style>
span { border-color: #A576B2; }
span { border-color: rgb(165,118,178); }
td.TdClassName
{
border-color: #A576B2;
}
.TagClassName
{
border-color: #A576B2;
}
</style>