Shades of Ce Soir #A575B5
Tints of Ce Soir #A575B5
RGB
CMYK
RGB Variations
Color information
#A575B5 (or 0xA575B5) is known color: Ce Soir. HEX triplet: A5, 75 and B5. RGB value is (165,117,181). Sum of RGB (Red+Green+Blue) = 165+117+181=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 181 - color contains mainly: blue. Hex color #A575B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575B5 is #5A8A4A. Grayscale: #8A8A8A. Windows color (decimal): -5933643 or 11892133. OLE color: 11892133.
HSL color Cylindrical-coordinate representation of color #A575B5: hue angle of 285º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A575B5 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 117 | 181 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.29 |
| HSL | 285º | 0.3% | 0.58% | - |
| HSV(B) | 285º | 0.35% | 0.71% | - |
| XYZ | 30.22 | 24.06 | 46.77 | - |
| YUV | 138.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 181 | 0.09 | 0.35 | 0 | 0.29 | 285 | 0.3 | 0.58 |
| Hex | A5 | 75 | B5 | 9 | 23 | 0 | 1D | 11D | 1E | 3A |
| Octal | 245 | 165 | 265 | 11 | 43 | 0 | 35 | 435 | 36 | 72 |
| Binary | 10100101 | 1110101 | 10110101 | 1001 | 100011 | 0 | 11101 | 100011101 | 11110 | 111010 |
Color Harmonies of #A575B5
Complementary color
Monochromatic Colors of #A575B5
Black with #A575B5
Text Example
Text Example
White with #A575B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575B5; }
p { color: rgb(165,117,181); }
H1.HeaderClassName
{
color: #A575B5;
}
.AnyTagClassName
{
color: #A575B5;
}
</style>
background-color css
<style>
a { background-color: #A575B5; }
a { background-color: rgb(165,117,181); }
div.DivClassName
{
background-color: #A575B5;
}
.BgClassName
{
background-color: #A575B5;
}
</style>
border-color css
<style>
span { border-color: #A575B5; }
span { border-color: rgb(165,117,181); }
td.TdClassName
{
border-color: #A575B5;
}
.TagClassName
{
border-color: #A575B5;
}
</style>