Shades of Ce Soir #A272B5
Tints of Ce Soir #A272B5
RGB
CMYK
RGB Variations
Color information
#A272B5 (or 0xA272B5) is known color: Ce Soir. HEX triplet: A2, 72 and B5. RGB value is (162,114,181). Sum of RGB (Red+Green+Blue) = 162+114+181=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 181 - color contains mainly: blue. Hex color #A272B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272B5 is #5D8D4A. Grayscale: #878787. Windows color (decimal): -6131019 or 11891362. OLE color: 11891362.
HSL color Cylindrical-coordinate representation of color #A272B5: hue angle of 282.99º 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 #A272B5 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 114 | 181 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.29 |
| HSL | 282.99º | 0.31% | 0.58% | - |
| HSV(B) | 282.99º | 0.37% | 0.71% | - |
| XYZ | 29.26 | 23.05 | 46.62 | - |
| YUV | 135.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 181 | 0.10 | 0.37 | 0 | 0.29 | 282.99 | 0.31 | 0.58 |
| Hex | A2 | 72 | B5 | A | 25 | 0 | 1D | 11B | 1F | 3A |
| Octal | 242 | 162 | 265 | 12 | 45 | 0 | 35 | 433 | 37 | 72 |
| Binary | 10100010 | 1110010 | 10110101 | 1010 | 100101 | 0 | 11101 | 100011011 | 11111 | 111010 |
Color Harmonies of #A272B5
Complementary color
Monochromatic Colors of #A272B5
Black with #A272B5
Text Example
Text Example
White with #A272B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272B5; }
p { color: rgb(162,114,181); }
H1.HeaderClassName
{
color: #A272B5;
}
.AnyTagClassName
{
color: #A272B5;
}
</style>
background-color css
<style>
a { background-color: #A272B5; }
a { background-color: rgb(162,114,181); }
div.DivClassName
{
background-color: #A272B5;
}
.BgClassName
{
background-color: #A272B5;
}
</style>
border-color css
<style>
span { border-color: #A272B5; }
span { border-color: rgb(162,114,181); }
td.TdClassName
{
border-color: #A272B5;
}
.TagClassName
{
border-color: #A272B5;
}
</style>