Shades of Ce Soir #A17AB1
Tints of Ce Soir #A17AB1
RGB
CMYK
RGB Variations
Color information
#A17AB1 (or 0xA17AB1) is known color: Ce Soir. HEX triplet: A1, 7A and B1. RGB value is (161,122,177). Sum of RGB (Red+Green+Blue) = 161+122+177=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 177 - color contains mainly: blue. Hex color #A17AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17AB1 is #5E854E. Grayscale: #8B8B8B. Windows color (decimal): -6194511 or 11631265. OLE color: 11631265.
HSL color Cylindrical-coordinate representation of color #A17AB1: hue angle of 282.55º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A17AB1 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 122 | 177 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.31 |
| HSL | 282.55º | 0.26% | 0.59% | - |
| HSV(B) | 282.55º | 0.31% | 0.69% | - |
| XYZ | 29.59 | 24.67 | 44.8 | - |
| YUV | 139.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 177 | 0.09 | 0.31 | 0 | 0.31 | 282.55 | 0.26 | 0.59 |
| Hex | A1 | 7A | B1 | 9 | 1F | 0 | 1F | 11B | 1A | 3B |
| Octal | 241 | 172 | 261 | 11 | 37 | 0 | 37 | 433 | 32 | 73 |
| Binary | 10100001 | 1111010 | 10110001 | 1001 | 11111 | 0 | 11111 | 100011011 | 11010 | 111011 |
Color Harmonies of #A17AB1
Complementary color
Monochromatic Colors of #A17AB1
Black with #A17AB1
Text Example
Text Example
White with #A17AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17AB1; }
p { color: rgb(161,122,177); }
H1.HeaderClassName
{
color: #A17AB1;
}
.AnyTagClassName
{
color: #A17AB1;
}
</style>
background-color css
<style>
a { background-color: #A17AB1; }
a { background-color: rgb(161,122,177); }
div.DivClassName
{
background-color: #A17AB1;
}
.BgClassName
{
background-color: #A17AB1;
}
</style>
border-color css
<style>
span { border-color: #A17AB1; }
span { border-color: rgb(161,122,177); }
td.TdClassName
{
border-color: #A17AB1;
}
.TagClassName
{
border-color: #A17AB1;
}
</style>