Shades of Ce Soir #A375B2
Tints of Ce Soir #A375B2
RGB
CMYK
RGB Variations
Color information
#A375B2 (or 0xA375B2) is known color: Ce Soir. HEX triplet: A3, 75 and B2. RGB value is (163,117,178). Sum of RGB (Red+Green+Blue) = 163+117+178=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 178 - color contains mainly: blue. Hex color #A375B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A375B2 is #5C8A4D. Grayscale: #898989. Windows color (decimal): -6064718 or 11695523. OLE color: 11695523.
HSL color Cylindrical-coordinate representation of color #A375B2: hue angle of 285.25º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A375B2 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 117 | 178 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.30 |
| HSL | 285.25º | 0.28% | 0.58% | - |
| HSV(B) | 285.25º | 0.34% | 0.7% | - |
| XYZ | 29.5 | 23.72 | 45.14 | - |
| YUV | 137.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 178 | 0.08 | 0.34 | 0 | 0.30 | 285.25 | 0.28 | 0.58 |
| Hex | A3 | 75 | B2 | 8 | 22 | 0 | 1E | 11D | 1C | 3A |
| Octal | 243 | 165 | 262 | 10 | 42 | 0 | 36 | 435 | 34 | 72 |
| Binary | 10100011 | 1110101 | 10110010 | 1000 | 100010 | 0 | 11110 | 100011101 | 11100 | 111010 |
Color Harmonies of #A375B2
Complementary color
Monochromatic Colors of #A375B2
Black with #A375B2
Text Example
Text Example
White with #A375B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A375B2; }
p { color: rgb(163,117,178); }
H1.HeaderClassName
{
color: #A375B2;
}
.AnyTagClassName
{
color: #A375B2;
}
</style>
background-color css
<style>
a { background-color: #A375B2; }
a { background-color: rgb(163,117,178); }
div.DivClassName
{
background-color: #A375B2;
}
.BgClassName
{
background-color: #A375B2;
}
</style>
border-color css
<style>
span { border-color: #A375B2; }
span { border-color: rgb(163,117,178); }
td.TdClassName
{
border-color: #A375B2;
}
.TagClassName
{
border-color: #A375B2;
}
</style>