Shades of Ce Soir #A370AD
Tints of Ce Soir #A370AD
RGB
CMYK
RGB Variations
Color information
#A370AD (or 0xA370AD) is known color: Ce Soir. HEX triplet: A3, 70 and AD. RGB value is (163,112,173). Sum of RGB (Red+Green+Blue) = 163+112+173=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #A370AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A370AD is #5C8F52. Grayscale: #868686. Windows color (decimal): -6066003 or 11366563. OLE color: 11366563.
HSL color Cylindrical-coordinate representation of color #A370AD: hue angle of 290.16º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A370AD is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 112 | 173 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.32 |
| HSL | 290.16º | 0.27% | 0.56% | - |
| HSV(B) | 290.16º | 0.35% | 0.68% | - |
| XYZ | 28.44 | 22.39 | 42.36 | - |
| YUV | 134.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 173 | 0.06 | 0.35 | 0 | 0.32 | 290.16 | 0.27 | 0.56 |
| Hex | A3 | 70 | AD | 6 | 23 | 0 | 20 | 122 | 1B | 38 |
| Octal | 243 | 160 | 255 | 6 | 43 | 0 | 40 | 442 | 33 | 70 |
| Binary | 10100011 | 1110000 | 10101101 | 110 | 100011 | 0 | 100000 | 100100010 | 11011 | 111000 |
Color Harmonies of #A370AD
Complementary color
Monochromatic Colors of #A370AD
Black with #A370AD
Text Example
Text Example
White with #A370AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370AD; }
p { color: rgb(163,112,173); }
H1.HeaderClassName
{
color: #A370AD;
}
.AnyTagClassName
{
color: #A370AD;
}
</style>
background-color css
<style>
a { background-color: #A370AD; }
a { background-color: rgb(163,112,173); }
div.DivClassName
{
background-color: #A370AD;
}
.BgClassName
{
background-color: #A370AD;
}
</style>
border-color css
<style>
span { border-color: #A370AD; }
span { border-color: rgb(163,112,173); }
td.TdClassName
{
border-color: #A370AD;
}
.TagClassName
{
border-color: #A370AD;
}
</style>