Shades of Ce Soir #A075A9
Tints of Ce Soir #A075A9
RGB
CMYK
RGB Variations
Color information
#A075A9 (or 0xA075A9) is known color: Ce Soir. HEX triplet: A0, 75 and A9. RGB value is (160,117,169). Sum of RGB (Red+Green+Blue) = 160+117+169=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 169 - color contains mainly: blue. Hex color #A075A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A075A9 is #5F8A56. Grayscale: #878787. Windows color (decimal): -6261335 or 11105696. OLE color: 11105696.
HSL color Cylindrical-coordinate representation of color #A075A9: hue angle of 289.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A075A9 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 117 | 169 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.34 |
| HSL | 289.62º | 0.23% | 0.56% | - |
| HSV(B) | 289.62º | 0.31% | 0.66% | - |
| XYZ | 28.02 | 23.06 | 40.51 | - |
| YUV | 135.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 169 | 0.05 | 0.31 | 0 | 0.34 | 289.62 | 0.23 | 0.56 |
| Hex | A0 | 75 | A9 | 5 | 1F | 0 | 22 | 122 | 17 | 38 |
| Octal | 240 | 165 | 251 | 5 | 37 | 0 | 42 | 442 | 27 | 70 |
| Binary | 10100000 | 1110101 | 10101001 | 101 | 11111 | 0 | 100010 | 100100010 | 10111 | 111000 |
Color Harmonies of #A075A9
Complementary color
Monochromatic Colors of #A075A9
Black with #A075A9
Text Example
Text Example
White with #A075A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A075A9; }
p { color: rgb(160,117,169); }
H1.HeaderClassName
{
color: #A075A9;
}
.AnyTagClassName
{
color: #A075A9;
}
</style>
background-color css
<style>
a { background-color: #A075A9; }
a { background-color: rgb(160,117,169); }
div.DivClassName
{
background-color: #A075A9;
}
.BgClassName
{
background-color: #A075A9;
}
</style>
border-color css
<style>
span { border-color: #A075A9; }
span { border-color: rgb(160,117,169); }
td.TdClassName
{
border-color: #A075A9;
}
.TagClassName
{
border-color: #A075A9;
}
</style>