Shades of Ce Soir #A672B6
Tints of Ce Soir #A672B6
RGB
CMYK
RGB Variations
Color information
#A672B6 (or 0xA672B6) is known color: Ce Soir. HEX triplet: A6, 72 and B6. RGB value is (166,114,182). Sum of RGB (Red+Green+Blue) = 166+114+182=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 182 - color contains mainly: blue. Hex color #A672B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672B6 is #598D49. Grayscale: #898989. Windows color (decimal): -5868874 or 11956902. OLE color: 11956902.
HSL color Cylindrical-coordinate representation of color #A672B6: hue angle of 285.88º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A672B6 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 114 | 182 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.29 |
| HSL | 285.88º | 0.32% | 0.58% | - |
| HSV(B) | 285.88º | 0.37% | 0.71% | - |
| XYZ | 30.19 | 23.52 | 47.2 | - |
| YUV | 137.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 182 | 0.09 | 0.37 | 0 | 0.29 | 285.88 | 0.32 | 0.58 |
| Hex | A6 | 72 | B6 | 9 | 25 | 0 | 1D | 11E | 20 | 3A |
| Octal | 246 | 162 | 266 | 11 | 45 | 0 | 35 | 436 | 40 | 72 |
| Binary | 10100110 | 1110010 | 10110110 | 1001 | 100101 | 0 | 11101 | 100011110 | 100000 | 111010 |
Color Harmonies of #A672B6
Complementary color
Monochromatic Colors of #A672B6
Black with #A672B6
Text Example
Text Example
White with #A672B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672B6; }
p { color: rgb(166,114,182); }
H1.HeaderClassName
{
color: #A672B6;
}
.AnyTagClassName
{
color: #A672B6;
}
</style>
background-color css
<style>
a { background-color: #A672B6; }
a { background-color: rgb(166,114,182); }
div.DivClassName
{
background-color: #A672B6;
}
.BgClassName
{
background-color: #A672B6;
}
</style>
border-color css
<style>
span { border-color: #A672B6; }
span { border-color: rgb(166,114,182); }
td.TdClassName
{
border-color: #A672B6;
}
.TagClassName
{
border-color: #A672B6;
}
</style>