Shades of Ce Soir #A07BAA
Tints of Ce Soir #A07BAA
RGB
CMYK
RGB Variations
Color information
#A07BAA (or 0xA07BAA) is known color: Ce Soir. HEX triplet: A0, 7B and AA. RGB value is (160,123,170). Sum of RGB (Red+Green+Blue) = 160+123+170=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #A07BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07BAA is #5F8455. Grayscale: #8B8B8B. Windows color (decimal): -6259798 or 11172768. OLE color: 11172768.
HSL color Cylindrical-coordinate representation of color #A07BAA: hue angle of 287.23º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07BAA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 123 | 170 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.33 |
| HSL | 287.23º | 0.22% | 0.57% | - |
| HSV(B) | 287.23º | 0.28% | 0.67% | - |
| XYZ | 28.84 | 24.54 | 41.25 | - |
| YUV | 139.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 170 | 0.06 | 0.28 | 0 | 0.33 | 287.23 | 0.22 | 0.57 |
| Hex | A0 | 7B | AA | 6 | 1C | 0 | 21 | 11F | 16 | 39 |
| Octal | 240 | 173 | 252 | 6 | 34 | 0 | 41 | 437 | 26 | 71 |
| Binary | 10100000 | 1111011 | 10101010 | 110 | 11100 | 0 | 100001 | 100011111 | 10110 | 111001 |
Color Harmonies of #A07BAA
Complementary color
Monochromatic Colors of #A07BAA
Black with #A07BAA
Text Example
Text Example
White with #A07BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BAA; }
p { color: rgb(160,123,170); }
H1.HeaderClassName
{
color: #A07BAA;
}
.AnyTagClassName
{
color: #A07BAA;
}
</style>
background-color css
<style>
a { background-color: #A07BAA; }
a { background-color: rgb(160,123,170); }
div.DivClassName
{
background-color: #A07BAA;
}
.BgClassName
{
background-color: #A07BAA;
}
</style>
border-color css
<style>
span { border-color: #A07BAA; }
span { border-color: rgb(160,123,170); }
td.TdClassName
{
border-color: #A07BAA;
}
.TagClassName
{
border-color: #A07BAA;
}
</style>