Shades of Ce Soir #A072AB
Tints of Ce Soir #A072AB
RGB
CMYK
RGB Variations
Color information
#A072AB (or 0xA072AB) is known color: Ce Soir. HEX triplet: A0, 72 and AB. RGB value is (160,114,171). Sum of RGB (Red+Green+Blue) = 160+114+171=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #A072AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A072AB is #5F8D54. Grayscale: #868686. Windows color (decimal): -6262101 or 11236000. OLE color: 11236000.
HSL color Cylindrical-coordinate representation of color #A072AB: hue angle of 288.42º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A072AB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 114 | 171 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.33 |
| HSL | 288.42º | 0.25% | 0.56% | - |
| HSV(B) | 288.42º | 0.33% | 0.67% | - |
| XYZ | 27.87 | 22.45 | 41.39 | - |
| YUV | 134.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 171 | 0.06 | 0.33 | 0 | 0.33 | 288.42 | 0.25 | 0.56 |
| Hex | A0 | 72 | AB | 6 | 21 | 0 | 21 | 120 | 19 | 38 |
| Octal | 240 | 162 | 253 | 6 | 41 | 0 | 41 | 440 | 31 | 70 |
| Binary | 10100000 | 1110010 | 10101011 | 110 | 100001 | 0 | 100001 | 100100000 | 11001 | 111000 |
Color Harmonies of #A072AB
Complementary color
Monochromatic Colors of #A072AB
Black with #A072AB
Text Example
Text Example
White with #A072AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072AB; }
p { color: rgb(160,114,171); }
H1.HeaderClassName
{
color: #A072AB;
}
.AnyTagClassName
{
color: #A072AB;
}
</style>
background-color css
<style>
a { background-color: #A072AB; }
a { background-color: rgb(160,114,171); }
div.DivClassName
{
background-color: #A072AB;
}
.BgClassName
{
background-color: #A072AB;
}
</style>
border-color css
<style>
span { border-color: #A072AB; }
span { border-color: rgb(160,114,171); }
td.TdClassName
{
border-color: #A072AB;
}
.TagClassName
{
border-color: #A072AB;
}
</style>