Shades of Ce Soir #A470B4
Tints of Ce Soir #A470B4
RGB
CMYK
RGB Variations
Color information
#A470B4 (or 0xA470B4) is known color: Ce Soir. HEX triplet: A4, 70 and B4. RGB value is (164,112,180). Sum of RGB (Red+Green+Blue) = 164+112+180=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #A470B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470B4 is #5B8F4B. Grayscale: #878787. Windows color (decimal): -6000460 or 11825316. OLE color: 11825316.
HSL color Cylindrical-coordinate representation of color #A470B4: hue angle of 285.88º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A470B4 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 112 | 180 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.29 |
| HSL | 285.88º | 0.31% | 0.57% | - |
| HSV(B) | 285.88º | 0.38% | 0.71% | - |
| XYZ | 29.34 | 22.78 | 46.03 | - |
| YUV | 135.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 180 | 0.09 | 0.38 | 0 | 0.29 | 285.88 | 0.31 | 0.57 |
| Hex | A4 | 70 | B4 | 9 | 26 | 0 | 1D | 11E | 1F | 39 |
| Octal | 244 | 160 | 264 | 11 | 46 | 0 | 35 | 436 | 37 | 71 |
| Binary | 10100100 | 1110000 | 10110100 | 1001 | 100110 | 0 | 11101 | 100011110 | 11111 | 111001 |
Color Harmonies of #A470B4
Complementary color
Monochromatic Colors of #A470B4
Black with #A470B4
Text Example
Text Example
White with #A470B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470B4; }
p { color: rgb(164,112,180); }
H1.HeaderClassName
{
color: #A470B4;
}
.AnyTagClassName
{
color: #A470B4;
}
</style>
background-color css
<style>
a { background-color: #A470B4; }
a { background-color: rgb(164,112,180); }
div.DivClassName
{
background-color: #A470B4;
}
.BgClassName
{
background-color: #A470B4;
}
</style>
border-color css
<style>
span { border-color: #A470B4; }
span { border-color: rgb(164,112,180); }
td.TdClassName
{
border-color: #A470B4;
}
.TagClassName
{
border-color: #A470B4;
}
</style>