Shades of Ce Soir #A472B3
Tints of Ce Soir #A472B3
RGB
CMYK
RGB Variations
Color information
#A472B3 (or 0xA472B3) is known color: Ce Soir. HEX triplet: A4, 72 and B3. RGB value is (164,114,179). Sum of RGB (Red+Green+Blue) = 164+114+179=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #A472B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472B3 is #5B8D4C. Grayscale: #888888. Windows color (decimal): -5999949 or 11760292. OLE color: 11760292.
HSL color Cylindrical-coordinate representation of color #A472B3: hue angle of 286.15º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A472B3 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 114 | 179 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.30 |
| HSL | 286.15º | 0.3% | 0.57% | - |
| HSV(B) | 286.15º | 0.36% | 0.7% | - |
| XYZ | 29.46 | 23.18 | 45.57 | - |
| YUV | 136.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 179 | 0.08 | 0.36 | 0 | 0.30 | 286.15 | 0.3 | 0.57 |
| Hex | A4 | 72 | B3 | 8 | 24 | 0 | 1E | 11E | 1E | 39 |
| Octal | 244 | 162 | 263 | 10 | 44 | 0 | 36 | 436 | 36 | 71 |
| Binary | 10100100 | 1110010 | 10110011 | 1000 | 100100 | 0 | 11110 | 100011110 | 11110 | 111001 |
Color Harmonies of #A472B3
Complementary color
Monochromatic Colors of #A472B3
Black with #A472B3
Text Example
Text Example
White with #A472B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A472B3; }
p { color: rgb(164,114,179); }
H1.HeaderClassName
{
color: #A472B3;
}
.AnyTagClassName
{
color: #A472B3;
}
</style>
background-color css
<style>
a { background-color: #A472B3; }
a { background-color: rgb(164,114,179); }
div.DivClassName
{
background-color: #A472B3;
}
.BgClassName
{
background-color: #A472B3;
}
</style>
border-color css
<style>
span { border-color: #A472B3; }
span { border-color: rgb(164,114,179); }
td.TdClassName
{
border-color: #A472B3;
}
.TagClassName
{
border-color: #A472B3;
}
</style>