Shades of Ce Soir #A774B2
Tints of Ce Soir #A774B2
RGB
CMYK
RGB Variations
Color information
#A774B2 (or 0xA774B2) is known color: Ce Soir. HEX triplet: A7, 74 and B2. RGB value is (167,116,178). Sum of RGB (Red+Green+Blue) = 167+116+178=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 178 - color contains mainly: blue. Hex color #A774B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A774B2 is #588B4D. Grayscale: #8A8A8A. Windows color (decimal): -5802830 or 11695271. OLE color: 11695271.
HSL color Cylindrical-coordinate representation of color #A774B2: hue angle of 289.35º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A774B2 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 116 | 178 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.30 |
| HSL | 289.35º | 0.29% | 0.58% | - |
| HSV(B) | 289.35º | 0.35% | 0.7% | - |
| XYZ | 30.22 | 23.92 | 45.14 | - |
| YUV | 138.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 178 | 0.06 | 0.35 | 0 | 0.30 | 289.35 | 0.29 | 0.58 |
| Hex | A7 | 74 | B2 | 6 | 23 | 0 | 1E | 121 | 1D | 3A |
| Octal | 247 | 164 | 262 | 6 | 43 | 0 | 36 | 441 | 35 | 72 |
| Binary | 10100111 | 1110100 | 10110010 | 110 | 100011 | 0 | 11110 | 100100001 | 11101 | 111010 |
Color Harmonies of #A774B2
Complementary color
Monochromatic Colors of #A774B2
Black with #A774B2
Text Example
Text Example
White with #A774B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A774B2; }
p { color: rgb(167,116,178); }
H1.HeaderClassName
{
color: #A774B2;
}
.AnyTagClassName
{
color: #A774B2;
}
</style>
background-color css
<style>
a { background-color: #A774B2; }
a { background-color: rgb(167,116,178); }
div.DivClassName
{
background-color: #A774B2;
}
.BgClassName
{
background-color: #A774B2;
}
</style>
border-color css
<style>
span { border-color: #A774B2; }
span { border-color: rgb(167,116,178); }
td.TdClassName
{
border-color: #A774B2;
}
.TagClassName
{
border-color: #A774B2;
}
</style>