Shades of Ce Soir #A775B1
Tints of Ce Soir #A775B1
RGB
CMYK
RGB Variations
Color information
#A775B1 (or 0xA775B1) is known color: Ce Soir. HEX triplet: A7, 75 and B1. RGB value is (167,117,177). Sum of RGB (Red+Green+Blue) = 167+117+177=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 177 - color contains mainly: blue. Hex color #A775B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A775B1 is #588A4E. Grayscale: #8A8A8A. Windows color (decimal): -5802575 or 11629991. OLE color: 11629991.
HSL color Cylindrical-coordinate representation of color #A775B1: hue angle of 290º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A775B1 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 117 | 177 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.31 |
| HSL | 290º | 0.28% | 0.58% | - |
| HSV(B) | 290º | 0.34% | 0.69% | - |
| XYZ | 30.23 | 24.11 | 44.66 | - |
| YUV | 138.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 177 | 0.06 | 0.34 | 0 | 0.31 | 290 | 0.28 | 0.58 |
| Hex | A7 | 75 | B1 | 6 | 22 | 0 | 1F | 122 | 1C | 3A |
| Octal | 247 | 165 | 261 | 6 | 42 | 0 | 37 | 442 | 34 | 72 |
| Binary | 10100111 | 1110101 | 10110001 | 110 | 100010 | 0 | 11111 | 100100010 | 11100 | 111010 |
Color Harmonies of #A775B1
Complementary color
Monochromatic Colors of #A775B1
Black with #A775B1
Text Example
Text Example
White with #A775B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A775B1; }
p { color: rgb(167,117,177); }
H1.HeaderClassName
{
color: #A775B1;
}
.AnyTagClassName
{
color: #A775B1;
}
</style>
background-color css
<style>
a { background-color: #A775B1; }
a { background-color: rgb(167,117,177); }
div.DivClassName
{
background-color: #A775B1;
}
.BgClassName
{
background-color: #A775B1;
}
</style>
border-color css
<style>
span { border-color: #A775B1; }
span { border-color: rgb(167,117,177); }
td.TdClassName
{
border-color: #A775B1;
}
.TagClassName
{
border-color: #A775B1;
}
</style>