Shades of Ce Soir #A274AA
Tints of Ce Soir #A274AA
RGB
CMYK
RGB Variations
Color information
#A274AA (or 0xA274AA) is known color: Ce Soir. HEX triplet: A2, 74 and AA. RGB value is (162,116,170). Sum of RGB (Red+Green+Blue) = 162+116+170=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A274AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A274AA is #5D8B55. Grayscale: #878787. Windows color (decimal): -6130518 or 11170978. OLE color: 11170978.
HSL color Cylindrical-coordinate representation of color #A274AA: hue angle of 291.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A274AA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 116 | 170 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.33 |
| HSL | 291.11º | 0.24% | 0.56% | - |
| HSV(B) | 291.11º | 0.32% | 0.67% | - |
| XYZ | 28.4 | 23.07 | 40.99 | - |
| YUV | 135.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 116 | 170 | 0.05 | 0.32 | 0 | 0.33 | 291.11 | 0.24 | 0.56 |
| Hex | A2 | 74 | AA | 5 | 20 | 0 | 21 | 123 | 18 | 38 |
| Octal | 242 | 164 | 252 | 5 | 40 | 0 | 41 | 443 | 30 | 70 |
| Binary | 10100010 | 1110100 | 10101010 | 101 | 100000 | 0 | 100001 | 100100011 | 11000 | 111000 |
Color Harmonies of #A274AA
Complementary color
Monochromatic Colors of #A274AA
Black with #A274AA
Text Example
Text Example
White with #A274AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A274AA; }
p { color: rgb(162,116,170); }
H1.HeaderClassName
{
color: #A274AA;
}
.AnyTagClassName
{
color: #A274AA;
}
</style>
background-color css
<style>
a { background-color: #A274AA; }
a { background-color: rgb(162,116,170); }
div.DivClassName
{
background-color: #A274AA;
}
.BgClassName
{
background-color: #A274AA;
}
</style>
border-color css
<style>
span { border-color: #A274AA; }
span { border-color: rgb(162,116,170); }
td.TdClassName
{
border-color: #A274AA;
}
.TagClassName
{
border-color: #A274AA;
}
</style>