Shades of Ce Soir #A372B4
Tints of Ce Soir #A372B4
RGB
CMYK
RGB Variations
Color information
#A372B4 (or 0xA372B4) is known color: Ce Soir. HEX triplet: A3, 72 and B4. RGB value is (163,114,180). Sum of RGB (Red+Green+Blue) = 163+114+180=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #A372B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372B4 is #5C8D4B. Grayscale: #878787. Windows color (decimal): -6065484 or 11825827. OLE color: 11825827.
HSL color Cylindrical-coordinate representation of color #A372B4: hue angle of 284.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A372B4 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 114 | 180 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.29 |
| HSL | 284.55º | 0.31% | 0.58% | - |
| HSV(B) | 284.55º | 0.37% | 0.71% | - |
| XYZ | 29.36 | 23.12 | 46.09 | - |
| YUV | 136.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 180 | 0.09 | 0.37 | 0 | 0.29 | 284.55 | 0.31 | 0.58 |
| Hex | A3 | 72 | B4 | 9 | 25 | 0 | 1D | 11D | 1F | 3A |
| Octal | 243 | 162 | 264 | 11 | 45 | 0 | 35 | 435 | 37 | 72 |
| Binary | 10100011 | 1110010 | 10110100 | 1001 | 100101 | 0 | 11101 | 100011101 | 11111 | 111010 |
Color Harmonies of #A372B4
Complementary color
Monochromatic Colors of #A372B4
Black with #A372B4
Text Example
Text Example
White with #A372B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372B4; }
p { color: rgb(163,114,180); }
H1.HeaderClassName
{
color: #A372B4;
}
.AnyTagClassName
{
color: #A372B4;
}
</style>
background-color css
<style>
a { background-color: #A372B4; }
a { background-color: rgb(163,114,180); }
div.DivClassName
{
background-color: #A372B4;
}
.BgClassName
{
background-color: #A372B4;
}
</style>
border-color css
<style>
span { border-color: #A372B4; }
span { border-color: rgb(163,114,180); }
td.TdClassName
{
border-color: #A372B4;
}
.TagClassName
{
border-color: #A372B4;
}
</style>