Shades of Ce Soir #A170AF
Tints of Ce Soir #A170AF
RGB
CMYK
RGB Variations
Color information
#A170AF (or 0xA170AF) is known color: Ce Soir. HEX triplet: A1, 70 and AF. RGB value is (161,112,175). Sum of RGB (Red+Green+Blue) = 161+112+175=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #A170AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A170AF is #5E8F50. Grayscale: #858585. Windows color (decimal): -6197073 or 11497633. OLE color: 11497633.
HSL color Cylindrical-coordinate representation of color #A170AF: hue angle of 286.67º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A170AF is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 112 | 175 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.31 |
| HSL | 286.67º | 0.28% | 0.56% | - |
| HSV(B) | 286.67º | 0.36% | 0.69% | - |
| XYZ | 28.23 | 22.26 | 43.37 | - |
| YUV | 133.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 175 | 0.08 | 0.36 | 0 | 0.31 | 286.67 | 0.28 | 0.56 |
| Hex | A1 | 70 | AF | 8 | 24 | 0 | 1F | 11F | 1C | 38 |
| Octal | 241 | 160 | 257 | 10 | 44 | 0 | 37 | 437 | 34 | 70 |
| Binary | 10100001 | 1110000 | 10101111 | 1000 | 100100 | 0 | 11111 | 100011111 | 11100 | 111000 |
Color Harmonies of #A170AF
Complementary color
Monochromatic Colors of #A170AF
Black with #A170AF
Text Example
Text Example
White with #A170AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170AF; }
p { color: rgb(161,112,175); }
H1.HeaderClassName
{
color: #A170AF;
}
.AnyTagClassName
{
color: #A170AF;
}
</style>
background-color css
<style>
a { background-color: #A170AF; }
a { background-color: rgb(161,112,175); }
div.DivClassName
{
background-color: #A170AF;
}
.BgClassName
{
background-color: #A170AF;
}
</style>
border-color css
<style>
span { border-color: #A170AF; }
span { border-color: rgb(161,112,175); }
td.TdClassName
{
border-color: #A170AF;
}
.TagClassName
{
border-color: #A170AF;
}
</style>