Shades of Ce Soir #A175AE
Tints of Ce Soir #A175AE
RGB
CMYK
RGB Variations
Color information
#A175AE (or 0xA175AE) is known color: Ce Soir. HEX triplet: A1, 75 and AE. RGB value is (161,117,174). Sum of RGB (Red+Green+Blue) = 161+117+174=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #A175AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A175AE is #5E8A51. Grayscale: #888888. Windows color (decimal): -6195794 or 11433377. OLE color: 11433377.
HSL color Cylindrical-coordinate representation of color #A175AE: hue angle of 286.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A175AE is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 117 | 174 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.32 |
| HSL | 286.32º | 0.26% | 0.57% | - |
| HSV(B) | 286.32º | 0.33% | 0.68% | - |
| XYZ | 28.7 | 23.36 | 43.04 | - |
| YUV | 136.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 174 | 0.07 | 0.33 | 0 | 0.32 | 286.32 | 0.26 | 0.57 |
| Hex | A1 | 75 | AE | 7 | 21 | 0 | 20 | 11E | 1A | 39 |
| Octal | 241 | 165 | 256 | 7 | 41 | 0 | 40 | 436 | 32 | 71 |
| Binary | 10100001 | 1110101 | 10101110 | 111 | 100001 | 0 | 100000 | 100011110 | 11010 | 111001 |
Color Harmonies of #A175AE
Complementary color
Monochromatic Colors of #A175AE
Black with #A175AE
Text Example
Text Example
White with #A175AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175AE; }
p { color: rgb(161,117,174); }
H1.HeaderClassName
{
color: #A175AE;
}
.AnyTagClassName
{
color: #A175AE;
}
</style>
background-color css
<style>
a { background-color: #A175AE; }
a { background-color: rgb(161,117,174); }
div.DivClassName
{
background-color: #A175AE;
}
.BgClassName
{
background-color: #A175AE;
}
</style>
border-color css
<style>
span { border-color: #A175AE; }
span { border-color: rgb(161,117,174); }
td.TdClassName
{
border-color: #A175AE;
}
.TagClassName
{
border-color: #A175AE;
}
</style>