Shades of Ce Soir #A66FB8
Tints of Ce Soir #A66FB8
RGB
CMYK
RGB Variations
Color information
#A66FB8 (or 0xA66FB8) is known color: Ce Soir. HEX triplet: A6, 6F and B8. RGB value is (166,111,184). Sum of RGB (Red+Green+Blue) = 166+111+184=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 184 - color contains mainly: blue. Hex color #A66FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FB8 is #599047. Grayscale: #878787. Windows color (decimal): -5869640 or 12087206. OLE color: 12087206.
HSL color Cylindrical-coordinate representation of color #A66FB8: hue angle of 285.21º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66FB8 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 111 | 184 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.28 |
| HSL | 285.21º | 0.34% | 0.58% | - |
| HSV(B) | 285.21º | 0.4% | 0.72% | - |
| XYZ | 30.06 | 22.94 | 48.19 | - |
| YUV | 135.77 | 155.22 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 184 | 0.10 | 0.40 | 0 | 0.28 | 285.21 | 0.34 | 0.58 |
| Hex | A6 | 6F | B8 | A | 28 | 0 | 1C | 11D | 22 | 3A |
| Octal | 246 | 157 | 270 | 12 | 50 | 0 | 34 | 435 | 42 | 72 |
| Binary | 10100110 | 1101111 | 10111000 | 1010 | 101000 | 0 | 11100 | 100011101 | 100010 | 111010 |
Color Harmonies of #A66FB8
Complementary color
Monochromatic Colors of #A66FB8
Black with #A66FB8
Text Example
Text Example
White with #A66FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66FB8; }
p { color: rgb(166,111,184); }
H1.HeaderClassName
{
color: #A66FB8;
}
.AnyTagClassName
{
color: #A66FB8;
}
</style>
background-color css
<style>
a { background-color: #A66FB8; }
a { background-color: rgb(166,111,184); }
div.DivClassName
{
background-color: #A66FB8;
}
.BgClassName
{
background-color: #A66FB8;
}
</style>
border-color css
<style>
span { border-color: #A66FB8; }
span { border-color: rgb(166,111,184); }
td.TdClassName
{
border-color: #A66FB8;
}
.TagClassName
{
border-color: #A66FB8;
}
</style>