Shades of Ce Soir #A575AF
Tints of Ce Soir #A575AF
RGB
CMYK
RGB Variations
Color information
#A575AF (or 0xA575AF) is known color: Ce Soir. HEX triplet: A5, 75 and AF. RGB value is (165,117,175). Sum of RGB (Red+Green+Blue) = 165+117+175=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #A575AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575AF is #5A8A50. Grayscale: #898989. Windows color (decimal): -5933649 or 11498917. OLE color: 11498917.
HSL color Cylindrical-coordinate representation of color #A575AF: hue angle of 289.66º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A575AF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 117 | 175 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.31 |
| HSL | 289.66º | 0.27% | 0.57% | - |
| HSV(B) | 289.66º | 0.33% | 0.69% | - |
| XYZ | 29.62 | 23.82 | 43.59 | - |
| YUV | 137.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 175 | 0.06 | 0.33 | 0 | 0.31 | 289.66 | 0.27 | 0.57 |
| Hex | A5 | 75 | AF | 6 | 21 | 0 | 1F | 122 | 1B | 39 |
| Octal | 245 | 165 | 257 | 6 | 41 | 0 | 37 | 442 | 33 | 71 |
| Binary | 10100101 | 1110101 | 10101111 | 110 | 100001 | 0 | 11111 | 100100010 | 11011 | 111001 |
Color Harmonies of #A575AF
Complementary color
Monochromatic Colors of #A575AF
Black with #A575AF
Text Example
Text Example
White with #A575AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575AF; }
p { color: rgb(165,117,175); }
H1.HeaderClassName
{
color: #A575AF;
}
.AnyTagClassName
{
color: #A575AF;
}
</style>
background-color css
<style>
a { background-color: #A575AF; }
a { background-color: rgb(165,117,175); }
div.DivClassName
{
background-color: #A575AF;
}
.BgClassName
{
background-color: #A575AF;
}
</style>
border-color css
<style>
span { border-color: #A575AF; }
span { border-color: rgb(165,117,175); }
td.TdClassName
{
border-color: #A575AF;
}
.TagClassName
{
border-color: #A575AF;
}
</style>