Shades of Ce Soir #A572B3
Tints of Ce Soir #A572B3
RGB
CMYK
RGB Variations
Color information
#A572B3 (or 0xA572B3) is known color: Ce Soir. HEX triplet: A5, 72 and B3. RGB value is (165,114,179). Sum of RGB (Red+Green+Blue) = 165+114+179=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 179 - color contains mainly: blue. Hex color #A572B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572B3 is #5A8D4C. Grayscale: #888888. Windows color (decimal): -5934413 or 11760293. OLE color: 11760293.
HSL color Cylindrical-coordinate representation of color #A572B3: hue angle of 287.08º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A572B3 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 114 | 179 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.30 |
| HSL | 287.08º | 0.3% | 0.57% | - |
| HSV(B) | 287.08º | 0.36% | 0.7% | - |
| XYZ | 29.67 | 23.29 | 45.58 | - |
| YUV | 136.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 179 | 0.08 | 0.36 | 0 | 0.30 | 287.08 | 0.3 | 0.57 |
| Hex | A5 | 72 | B3 | 8 | 24 | 0 | 1E | 11F | 1E | 39 |
| Octal | 245 | 162 | 263 | 10 | 44 | 0 | 36 | 437 | 36 | 71 |
| Binary | 10100101 | 1110010 | 10110011 | 1000 | 100100 | 0 | 11110 | 100011111 | 11110 | 111001 |
Color Harmonies of #A572B3
Complementary color
Monochromatic Colors of #A572B3
Black with #A572B3
Text Example
Text Example
White with #A572B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A572B3; }
p { color: rgb(165,114,179); }
H1.HeaderClassName
{
color: #A572B3;
}
.AnyTagClassName
{
color: #A572B3;
}
</style>
background-color css
<style>
a { background-color: #A572B3; }
a { background-color: rgb(165,114,179); }
div.DivClassName
{
background-color: #A572B3;
}
.BgClassName
{
background-color: #A572B3;
}
</style>
border-color css
<style>
span { border-color: #A572B3; }
span { border-color: rgb(165,114,179); }
td.TdClassName
{
border-color: #A572B3;
}
.TagClassName
{
border-color: #A572B3;
}
</style>