Shades of Ce Soir #A372AD
Tints of Ce Soir #A372AD
RGB
CMYK
RGB Variations
Color information
#A372AD (or 0xA372AD) is known color: Ce Soir. HEX triplet: A3, 72 and AD. RGB value is (163,114,173). Sum of RGB (Red+Green+Blue) = 163+114+173=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #A372AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A372AD is #5C8D52. Grayscale: #878787. Windows color (decimal): -6065491 or 11367075. OLE color: 11367075.
HSL color Cylindrical-coordinate representation of color #A372AD: hue angle of 289.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A372AD is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 114 | 173 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.32 |
| HSL | 289.83º | 0.26% | 0.56% | - |
| HSV(B) | 289.83º | 0.34% | 0.68% | - |
| XYZ | 28.66 | 22.84 | 42.43 | - |
| YUV | 135.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 173 | 0.06 | 0.34 | 0 | 0.32 | 289.83 | 0.26 | 0.56 |
| Hex | A3 | 72 | AD | 6 | 22 | 0 | 20 | 122 | 1A | 38 |
| Octal | 243 | 162 | 255 | 6 | 42 | 0 | 40 | 442 | 32 | 70 |
| Binary | 10100011 | 1110010 | 10101101 | 110 | 100010 | 0 | 100000 | 100100010 | 11010 | 111000 |
Color Harmonies of #A372AD
Complementary color
Monochromatic Colors of #A372AD
Black with #A372AD
Text Example
Text Example
White with #A372AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372AD; }
p { color: rgb(163,114,173); }
H1.HeaderClassName
{
color: #A372AD;
}
.AnyTagClassName
{
color: #A372AD;
}
</style>
background-color css
<style>
a { background-color: #A372AD; }
a { background-color: rgb(163,114,173); }
div.DivClassName
{
background-color: #A372AD;
}
.BgClassName
{
background-color: #A372AD;
}
</style>
border-color css
<style>
span { border-color: #A372AD; }
span { border-color: rgb(163,114,173); }
td.TdClassName
{
border-color: #A372AD;
}
.TagClassName
{
border-color: #A372AD;
}
</style>