Shades of Ce Soir #A170AB
Tints of Ce Soir #A170AB
RGB
CMYK
RGB Variations
Color information
#A170AB (or 0xA170AB) is known color: Ce Soir. HEX triplet: A1, 70 and AB. RGB value is (161,112,171). Sum of RGB (Red+Green+Blue) = 161+112+171=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #A170AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A170AB is #5E8F54. Grayscale: #858585. Windows color (decimal): -6197077 or 11235489. OLE color: 11235489.
HSL color Cylindrical-coordinate representation of color #A170AB: hue angle of 289.83º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A170AB is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 112 | 171 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.33 |
| HSL | 289.83º | 0.26% | 0.55% | - |
| HSV(B) | 289.83º | 0.35% | 0.67% | - |
| XYZ | 27.84 | 22.11 | 41.33 | - |
| YUV | 133.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 171 | 0.06 | 0.35 | 0 | 0.33 | 289.83 | 0.26 | 0.55 |
| Hex | A1 | 70 | AB | 6 | 23 | 0 | 21 | 122 | 1A | 37 |
| Octal | 241 | 160 | 253 | 6 | 43 | 0 | 41 | 442 | 32 | 67 |
| Binary | 10100001 | 1110000 | 10101011 | 110 | 100011 | 0 | 100001 | 100100010 | 11010 | 110111 |
Color Harmonies of #A170AB
Complementary color
Monochromatic Colors of #A170AB
Black with #A170AB
Text Example
Text Example
White with #A170AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170AB; }
p { color: rgb(161,112,171); }
H1.HeaderClassName
{
color: #A170AB;
}
.AnyTagClassName
{
color: #A170AB;
}
</style>
background-color css
<style>
a { background-color: #A170AB; }
a { background-color: rgb(161,112,171); }
div.DivClassName
{
background-color: #A170AB;
}
.BgClassName
{
background-color: #A170AB;
}
</style>
border-color css
<style>
span { border-color: #A170AB; }
span { border-color: rgb(161,112,171); }
td.TdClassName
{
border-color: #A170AB;
}
.TagClassName
{
border-color: #A170AB;
}
</style>