Shades of Ce Soir #A770B4
Tints of Ce Soir #A770B4
RGB
CMYK
RGB Variations
Color information
#A770B4 (or 0xA770B4) is known color: Ce Soir. HEX triplet: A7, 70 and B4. RGB value is (167,112,180). Sum of RGB (Red+Green+Blue) = 167+112+180=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #A770B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770B4 is #588F4B. Grayscale: #878787. Windows color (decimal): -5803852 or 11825319. OLE color: 11825319.
HSL color Cylindrical-coordinate representation of color #A770B4: hue angle of 288.53º 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 #A770B4 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 112 | 180 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.29 |
| HSL | 288.53º | 0.31% | 0.57% | - |
| HSV(B) | 288.53º | 0.38% | 0.71% | - |
| XYZ | 29.97 | 23.1 | 46.06 | - |
| YUV | 136.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 180 | 0.07 | 0.38 | 0 | 0.29 | 288.53 | 0.31 | 0.57 |
| Hex | A7 | 70 | B4 | 7 | 26 | 0 | 1D | 121 | 1F | 39 |
| Octal | 247 | 160 | 264 | 7 | 46 | 0 | 35 | 441 | 37 | 71 |
| Binary | 10100111 | 1110000 | 10110100 | 111 | 100110 | 0 | 11101 | 100100001 | 11111 | 111001 |
Color Harmonies of #A770B4
Complementary color
Monochromatic Colors of #A770B4
Black with #A770B4
Text Example
Text Example
White with #A770B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A770B4; }
p { color: rgb(167,112,180); }
H1.HeaderClassName
{
color: #A770B4;
}
.AnyTagClassName
{
color: #A770B4;
}
</style>
background-color css
<style>
a { background-color: #A770B4; }
a { background-color: rgb(167,112,180); }
div.DivClassName
{
background-color: #A770B4;
}
.BgClassName
{
background-color: #A770B4;
}
</style>
border-color css
<style>
span { border-color: #A770B4; }
span { border-color: rgb(167,112,180); }
td.TdClassName
{
border-color: #A770B4;
}
.TagClassName
{
border-color: #A770B4;
}
</style>