Shades of Ce Soir #A375AD
Tints of Ce Soir #A375AD
RGB
CMYK
RGB Variations
Color information
#A375AD (or 0xA375AD) is known color: Ce Soir. HEX triplet: A3, 75 and AD. RGB value is (163,117,173). Sum of RGB (Red+Green+Blue) = 163+117+173=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #A375AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A375AD is #5C8A52. Grayscale: #888888. Windows color (decimal): -6064723 or 11367843. OLE color: 11367843.
HSL color Cylindrical-coordinate representation of color #A375AD: hue angle of 289.29º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A375AD is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 117 | 173 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.32 |
| HSL | 289.29º | 0.25% | 0.57% | - |
| HSV(B) | 289.29º | 0.32% | 0.68% | - |
| XYZ | 29.01 | 23.53 | 42.55 | - |
| YUV | 137.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 173 | 0.06 | 0.32 | 0 | 0.32 | 289.29 | 0.25 | 0.57 |
| Hex | A3 | 75 | AD | 6 | 20 | 0 | 20 | 121 | 19 | 39 |
| Octal | 243 | 165 | 255 | 6 | 40 | 0 | 40 | 441 | 31 | 71 |
| Binary | 10100011 | 1110101 | 10101101 | 110 | 100000 | 0 | 100000 | 100100001 | 11001 | 111001 |
Color Harmonies of #A375AD
Complementary color
Monochromatic Colors of #A375AD
Black with #A375AD
Text Example
Text Example
White with #A375AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A375AD; }
p { color: rgb(163,117,173); }
H1.HeaderClassName
{
color: #A375AD;
}
.AnyTagClassName
{
color: #A375AD;
}
</style>
background-color css
<style>
a { background-color: #A375AD; }
a { background-color: rgb(163,117,173); }
div.DivClassName
{
background-color: #A375AD;
}
.BgClassName
{
background-color: #A375AD;
}
</style>
border-color css
<style>
span { border-color: #A375AD; }
span { border-color: rgb(163,117,173); }
td.TdClassName
{
border-color: #A375AD;
}
.TagClassName
{
border-color: #A375AD;
}
</style>