Shades of Ce Soir #A074A8
Tints of Ce Soir #A074A8
RGB
CMYK
RGB Variations
Color information
#A074A8 (or 0xA074A8) is known color: Ce Soir. HEX triplet: A0, 74 and A8. RGB value is (160,116,168). Sum of RGB (Red+Green+Blue) = 160+116+168=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 168 - color contains mainly: blue. Hex color #A074A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A074A8 is #5F8B57. Grayscale: #868686. Windows color (decimal): -6261592 or 11039904. OLE color: 11039904.
HSL color Cylindrical-coordinate representation of color #A074A8: hue angle of 290.77º 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 #A074A8 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 116 | 168 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.34 |
| HSL | 290.77º | 0.23% | 0.56% | - |
| HSV(B) | 290.77º | 0.31% | 0.66% | - |
| XYZ | 27.81 | 22.79 | 39.98 | - |
| YUV | 135.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 168 | 0.05 | 0.31 | 0 | 0.34 | 290.77 | 0.23 | 0.56 |
| Hex | A0 | 74 | A8 | 5 | 1F | 0 | 22 | 123 | 17 | 38 |
| Octal | 240 | 164 | 250 | 5 | 37 | 0 | 42 | 443 | 27 | 70 |
| Binary | 10100000 | 1110100 | 10101000 | 101 | 11111 | 0 | 100010 | 100100011 | 10111 | 111000 |
Color Harmonies of #A074A8
Complementary color
Monochromatic Colors of #A074A8
Black with #A074A8
Text Example
Text Example
White with #A074A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A074A8; }
p { color: rgb(160,116,168); }
H1.HeaderClassName
{
color: #A074A8;
}
.AnyTagClassName
{
color: #A074A8;
}
</style>
background-color css
<style>
a { background-color: #A074A8; }
a { background-color: rgb(160,116,168); }
div.DivClassName
{
background-color: #A074A8;
}
.BgClassName
{
background-color: #A074A8;
}
</style>
border-color css
<style>
span { border-color: #A074A8; }
span { border-color: rgb(160,116,168); }
td.TdClassName
{
border-color: #A074A8;
}
.TagClassName
{
border-color: #A074A8;
}
</style>