Shades of Ce Soir #A472B6
Tints of Ce Soir #A472B6
RGB
CMYK
RGB Variations
Color information
#A472B6 (or 0xA472B6) is known color: Ce Soir. HEX triplet: A4, 72 and B6. RGB value is (164,114,182). Sum of RGB (Red+Green+Blue) = 164+114+182=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 182 - color contains mainly: blue. Hex color #A472B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472B6 is #5B8D49. Grayscale: #888888. Windows color (decimal): -5999946 or 11956900. OLE color: 11956900.
HSL color Cylindrical-coordinate representation of color #A472B6: hue angle of 284.12º 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 #A472B6 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 114 | 182 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.29 |
| HSL | 284.12º | 0.32% | 0.58% | - |
| HSV(B) | 284.12º | 0.37% | 0.71% | - |
| XYZ | 29.77 | 23.3 | 47.19 | - |
| YUV | 136.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 182 | 0.10 | 0.37 | 0 | 0.29 | 284.12 | 0.32 | 0.58 |
| Hex | A4 | 72 | B6 | A | 25 | 0 | 1D | 11C | 20 | 3A |
| Octal | 244 | 162 | 266 | 12 | 45 | 0 | 35 | 434 | 40 | 72 |
| Binary | 10100100 | 1110010 | 10110110 | 1010 | 100101 | 0 | 11101 | 100011100 | 100000 | 111010 |
Color Harmonies of #A472B6
Complementary color
Monochromatic Colors of #A472B6
Black with #A472B6
Text Example
Text Example
White with #A472B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A472B6; }
p { color: rgb(164,114,182); }
H1.HeaderClassName
{
color: #A472B6;
}
.AnyTagClassName
{
color: #A472B6;
}
</style>
background-color css
<style>
a { background-color: #A472B6; }
a { background-color: rgb(164,114,182); }
div.DivClassName
{
background-color: #A472B6;
}
.BgClassName
{
background-color: #A472B6;
}
</style>
border-color css
<style>
span { border-color: #A472B6; }
span { border-color: rgb(164,114,182); }
td.TdClassName
{
border-color: #A472B6;
}
.TagClassName
{
border-color: #A472B6;
}
</style>