Shades of Ce Soir #A075A8
Tints of Ce Soir #A075A8
RGB
CMYK
RGB Variations
Color information
#A075A8 (or 0xA075A8) is known color: Ce Soir. HEX triplet: A0, 75 and A8. RGB value is (160,117,168). Sum of RGB (Red+Green+Blue) = 160+117+168=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 168 - color contains mainly: blue. Hex color #A075A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A075A8 is #5F8A57. Grayscale: #878787. Windows color (decimal): -6261336 or 11040160. OLE color: 11040160.
HSL color Cylindrical-coordinate representation of color #A075A8: hue angle of 290.59º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A075A8 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 117 | 168 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.34 |
| HSL | 290.59º | 0.23% | 0.56% | - |
| HSV(B) | 290.59º | 0.3% | 0.66% | - |
| XYZ | 27.93 | 23.02 | 40.02 | - |
| YUV | 135.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 168 | 0.05 | 0.30 | 0 | 0.34 | 290.59 | 0.23 | 0.56 |
| Hex | A0 | 75 | A8 | 5 | 1E | 0 | 22 | 123 | 17 | 38 |
| Octal | 240 | 165 | 250 | 5 | 36 | 0 | 42 | 443 | 27 | 70 |
| Binary | 10100000 | 1110101 | 10101000 | 101 | 11110 | 0 | 100010 | 100100011 | 10111 | 111000 |
Color Harmonies of #A075A8
Complementary color
Monochromatic Colors of #A075A8
Black with #A075A8
Text Example
Text Example
White with #A075A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A075A8; }
p { color: rgb(160,117,168); }
H1.HeaderClassName
{
color: #A075A8;
}
.AnyTagClassName
{
color: #A075A8;
}
</style>
background-color css
<style>
a { background-color: #A075A8; }
a { background-color: rgb(160,117,168); }
div.DivClassName
{
background-color: #A075A8;
}
.BgClassName
{
background-color: #A075A8;
}
</style>
border-color css
<style>
span { border-color: #A075A8; }
span { border-color: rgb(160,117,168); }
td.TdClassName
{
border-color: #A075A8;
}
.TagClassName
{
border-color: #A075A8;
}
</style>