Shades of Ce Soir #A27AAF
Tints of Ce Soir #A27AAF
RGB
CMYK
RGB Variations
Color information
#A27AAF (or 0xA27AAF) is known color: Ce Soir. HEX triplet: A2, 7A and AF. RGB value is (162,122,175). Sum of RGB (Red+Green+Blue) = 162+122+175=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #A27AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27AAF is #5D8550. Grayscale: #8B8B8B. Windows color (decimal): -6128977 or 11500194. OLE color: 11500194.
HSL color Cylindrical-coordinate representation of color #A27AAF: hue angle of 285.28º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A27AAF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 122 | 175 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.31 |
| HSL | 285.28º | 0.25% | 0.58% | - |
| HSV(B) | 285.28º | 0.3% | 0.69% | - |
| XYZ | 29.6 | 24.7 | 43.76 | - |
| YUV | 140 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 175 | 0.07 | 0.30 | 0 | 0.31 | 285.28 | 0.25 | 0.58 |
| Hex | A2 | 7A | AF | 7 | 1E | 0 | 1F | 11D | 19 | 3A |
| Octal | 242 | 172 | 257 | 7 | 36 | 0 | 37 | 435 | 31 | 72 |
| Binary | 10100010 | 1111010 | 10101111 | 111 | 11110 | 0 | 11111 | 100011101 | 11001 | 111010 |
Color Harmonies of #A27AAF
Complementary color
Monochromatic Colors of #A27AAF
Black with #A27AAF
Text Example
Text Example
White with #A27AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27AAF; }
p { color: rgb(162,122,175); }
H1.HeaderClassName
{
color: #A27AAF;
}
.AnyTagClassName
{
color: #A27AAF;
}
</style>
background-color css
<style>
a { background-color: #A27AAF; }
a { background-color: rgb(162,122,175); }
div.DivClassName
{
background-color: #A27AAF;
}
.BgClassName
{
background-color: #A27AAF;
}
</style>
border-color css
<style>
span { border-color: #A27AAF; }
span { border-color: rgb(162,122,175); }
td.TdClassName
{
border-color: #A27AAF;
}
.TagClassName
{
border-color: #A27AAF;
}
</style>