Shades of Ce Soir #A470B3
Tints of Ce Soir #A470B3
RGB
CMYK
RGB Variations
Color information
#A470B3 (or 0xA470B3) is known color: Ce Soir. HEX triplet: A4, 70 and B3. RGB value is (164,112,179). Sum of RGB (Red+Green+Blue) = 164+112+179=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #A470B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470B3 is #5B8F4C. Grayscale: #868686. Windows color (decimal): -6000461 or 11759780. OLE color: 11759780.
HSL color Cylindrical-coordinate representation of color #A470B3: hue angle of 286.57º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A470B3 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 112 | 179 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.30 |
| HSL | 286.57º | 0.31% | 0.57% | - |
| HSV(B) | 286.57º | 0.37% | 0.7% | - |
| XYZ | 29.24 | 22.74 | 45.5 | - |
| YUV | 135.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 179 | 0.08 | 0.37 | 0 | 0.30 | 286.57 | 0.31 | 0.57 |
| Hex | A4 | 70 | B3 | 8 | 25 | 0 | 1E | 11F | 1F | 39 |
| Octal | 244 | 160 | 263 | 10 | 45 | 0 | 36 | 437 | 37 | 71 |
| Binary | 10100100 | 1110000 | 10110011 | 1000 | 100101 | 0 | 11110 | 100011111 | 11111 | 111001 |
Color Harmonies of #A470B3
Complementary color
Monochromatic Colors of #A470B3
Black with #A470B3
Text Example
Text Example
White with #A470B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470B3; }
p { color: rgb(164,112,179); }
H1.HeaderClassName
{
color: #A470B3;
}
.AnyTagClassName
{
color: #A470B3;
}
</style>
background-color css
<style>
a { background-color: #A470B3; }
a { background-color: rgb(164,112,179); }
div.DivClassName
{
background-color: #A470B3;
}
.BgClassName
{
background-color: #A470B3;
}
</style>
border-color css
<style>
span { border-color: #A470B3; }
span { border-color: rgb(164,112,179); }
td.TdClassName
{
border-color: #A470B3;
}
.TagClassName
{
border-color: #A470B3;
}
</style>