Shades of Ce Soir #A275AC
Tints of Ce Soir #A275AC
RGB
CMYK
RGB Variations
Color information
#A275AC (or 0xA275AC) is known color: Ce Soir. HEX triplet: A2, 75 and AC. RGB value is (162,117,172). Sum of RGB (Red+Green+Blue) = 162+117+172=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #A275AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A275AC is #5D8A53. Grayscale: #888888. Windows color (decimal): -6130260 or 11302306. OLE color: 11302306.
HSL color Cylindrical-coordinate representation of color #A275AC: hue angle of 289.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A275AC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 117 | 172 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.33 |
| HSL | 289.09º | 0.25% | 0.57% | - |
| HSV(B) | 289.09º | 0.32% | 0.67% | - |
| XYZ | 28.71 | 23.38 | 42.03 | - |
| YUV | 136.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 172 | 0.06 | 0.32 | 0 | 0.33 | 289.09 | 0.25 | 0.57 |
| Hex | A2 | 75 | AC | 6 | 20 | 0 | 21 | 121 | 19 | 39 |
| Octal | 242 | 165 | 254 | 6 | 40 | 0 | 41 | 441 | 31 | 71 |
| Binary | 10100010 | 1110101 | 10101100 | 110 | 100000 | 0 | 100001 | 100100001 | 11001 | 111001 |
Color Harmonies of #A275AC
Complementary color
Monochromatic Colors of #A275AC
Black with #A275AC
Text Example
Text Example
White with #A275AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A275AC; }
p { color: rgb(162,117,172); }
H1.HeaderClassName
{
color: #A275AC;
}
.AnyTagClassName
{
color: #A275AC;
}
</style>
background-color css
<style>
a { background-color: #A275AC; }
a { background-color: rgb(162,117,172); }
div.DivClassName
{
background-color: #A275AC;
}
.BgClassName
{
background-color: #A275AC;
}
</style>
border-color css
<style>
span { border-color: #A275AC; }
span { border-color: rgb(162,117,172); }
td.TdClassName
{
border-color: #A275AC;
}
.TagClassName
{
border-color: #A275AC;
}
</style>