Shades of Ce Soir #A37AAF
Tints of Ce Soir #A37AAF
RGB
CMYK
RGB Variations
Color information
#A37AAF (or 0xA37AAF) is known color: Ce Soir. HEX triplet: A3, 7A and AF. RGB value is (163,122,175). Sum of RGB (Red+Green+Blue) = 163+122+175=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #A37AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37AAF is #5C8550. Grayscale: #8C8C8C. Windows color (decimal): -6063441 or 11500195. OLE color: 11500195.
HSL color Cylindrical-coordinate representation of color #A37AAF: hue angle of 286.42º 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 #A37AAF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 122 | 175 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.31 |
| HSL | 286.42º | 0.25% | 0.58% | - |
| HSV(B) | 286.42º | 0.3% | 0.69% | - |
| XYZ | 29.8 | 24.8 | 43.77 | - |
| YUV | 140.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 175 | 0.07 | 0.30 | 0 | 0.31 | 286.42 | 0.25 | 0.58 |
| Hex | A3 | 7A | AF | 7 | 1E | 0 | 1F | 11E | 19 | 3A |
| Octal | 243 | 172 | 257 | 7 | 36 | 0 | 37 | 436 | 31 | 72 |
| Binary | 10100011 | 1111010 | 10101111 | 111 | 11110 | 0 | 11111 | 100011110 | 11001 | 111010 |
Color Harmonies of #A37AAF
Complementary color
Monochromatic Colors of #A37AAF
Black with #A37AAF
Text Example
Text Example
White with #A37AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37AAF; }
p { color: rgb(163,122,175); }
H1.HeaderClassName
{
color: #A37AAF;
}
.AnyTagClassName
{
color: #A37AAF;
}
</style>
background-color css
<style>
a { background-color: #A37AAF; }
a { background-color: rgb(163,122,175); }
div.DivClassName
{
background-color: #A37AAF;
}
.BgClassName
{
background-color: #A37AAF;
}
</style>
border-color css
<style>
span { border-color: #A37AAF; }
span { border-color: rgb(163,122,175); }
td.TdClassName
{
border-color: #A37AAF;
}
.TagClassName
{
border-color: #A37AAF;
}
</style>