Shades of Ce Soir #A470AF
Tints of Ce Soir #A470AF
RGB
CMYK
RGB Variations
Color information
#A470AF (or 0xA470AF) is known color: Ce Soir. HEX triplet: A4, 70 and AF. RGB value is (164,112,175). Sum of RGB (Red+Green+Blue) = 164+112+175=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #A470AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A470AF is #5B8F50. Grayscale: #868686. Windows color (decimal): -6000465 or 11497636. OLE color: 11497636.
HSL color Cylindrical-coordinate representation of color #A470AF: hue angle of 289.52º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A470AF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 112 | 175 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.31 |
| HSL | 289.52º | 0.28% | 0.56% | - |
| HSV(B) | 289.52º | 0.36% | 0.69% | - |
| XYZ | 28.84 | 22.58 | 43.39 | - |
| YUV | 134.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 175 | 0.06 | 0.36 | 0 | 0.31 | 289.52 | 0.28 | 0.56 |
| Hex | A4 | 70 | AF | 6 | 24 | 0 | 1F | 122 | 1C | 38 |
| Octal | 244 | 160 | 257 | 6 | 44 | 0 | 37 | 442 | 34 | 70 |
| Binary | 10100100 | 1110000 | 10101111 | 110 | 100100 | 0 | 11111 | 100100010 | 11100 | 111000 |
Color Harmonies of #A470AF
Complementary color
Monochromatic Colors of #A470AF
Black with #A470AF
Text Example
Text Example
White with #A470AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470AF; }
p { color: rgb(164,112,175); }
H1.HeaderClassName
{
color: #A470AF;
}
.AnyTagClassName
{
color: #A470AF;
}
</style>
background-color css
<style>
a { background-color: #A470AF; }
a { background-color: rgb(164,112,175); }
div.DivClassName
{
background-color: #A470AF;
}
.BgClassName
{
background-color: #A470AF;
}
</style>
border-color css
<style>
span { border-color: #A470AF; }
span { border-color: rgb(164,112,175); }
td.TdClassName
{
border-color: #A470AF;
}
.TagClassName
{
border-color: #A470AF;
}
</style>