Shades of Ce Soir #A675B2
Tints of Ce Soir #A675B2
RGB
CMYK
RGB Variations
Color information
#A675B2 (or 0xA675B2) is known color: Ce Soir. HEX triplet: A6, 75 and B2. RGB value is (166,117,178). Sum of RGB (Red+Green+Blue) = 166+117+178=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 117 (46.09% from 255 or 25.38% 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 #A675B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A675B2 is #598A4D. Grayscale: #8A8A8A. Windows color (decimal): -5868110 or 11695526. OLE color: 11695526.
HSL color Cylindrical-coordinate representation of color #A675B2: hue angle of 288.2º 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 #A675B2 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 117 | 178 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.30 |
| HSL | 288.2º | 0.28% | 0.58% | - |
| HSV(B) | 288.2º | 0.34% | 0.7% | - |
| XYZ | 30.12 | 24.04 | 45.17 | - |
| YUV | 138.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 178 | 0.07 | 0.34 | 0 | 0.30 | 288.2 | 0.28 | 0.58 |
| Hex | A6 | 75 | B2 | 7 | 22 | 0 | 1E | 120 | 1C | 3A |
| Octal | 246 | 165 | 262 | 7 | 42 | 0 | 36 | 440 | 34 | 72 |
| Binary | 10100110 | 1110101 | 10110010 | 111 | 100010 | 0 | 11110 | 100100000 | 11100 | 111010 |
Color Harmonies of #A675B2
Complementary color
Monochromatic Colors of #A675B2
Black with #A675B2
Text Example
Text Example
White with #A675B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A675B2; }
p { color: rgb(166,117,178); }
H1.HeaderClassName
{
color: #A675B2;
}
.AnyTagClassName
{
color: #A675B2;
}
</style>
background-color css
<style>
a { background-color: #A675B2; }
a { background-color: rgb(166,117,178); }
div.DivClassName
{
background-color: #A675B2;
}
.BgClassName
{
background-color: #A675B2;
}
</style>
border-color css
<style>
span { border-color: #A675B2; }
span { border-color: rgb(166,117,178); }
td.TdClassName
{
border-color: #A675B2;
}
.TagClassName
{
border-color: #A675B2;
}
</style>