Shades of Ce Soir #A075AF
Tints of Ce Soir #A075AF
RGB
CMYK
RGB Variations
Color information
#A075AF (or 0xA075AF) is known color: Ce Soir. HEX triplet: A0, 75 and AF. RGB value is (160,117,175). Sum of RGB (Red+Green+Blue) = 160+117+175=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #A075AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A075AF is #5F8A50. Grayscale: #888888. Windows color (decimal): -6261329 or 11498912. OLE color: 11498912.
HSL color Cylindrical-coordinate representation of color #A075AF: hue angle of 284.48º 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 #A075AF is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 117 | 175 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.31 |
| HSL | 284.48º | 0.27% | 0.57% | - |
| HSV(B) | 284.48º | 0.33% | 0.69% | - |
| XYZ | 28.6 | 23.29 | 43.55 | - |
| YUV | 136.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 175 | 0.09 | 0.33 | 0 | 0.31 | 284.48 | 0.27 | 0.57 |
| Hex | A0 | 75 | AF | 9 | 21 | 0 | 1F | 11C | 1B | 39 |
| Octal | 240 | 165 | 257 | 11 | 41 | 0 | 37 | 434 | 33 | 71 |
| Binary | 10100000 | 1110101 | 10101111 | 1001 | 100001 | 0 | 11111 | 100011100 | 11011 | 111001 |
Color Harmonies of #A075AF
Complementary color
Monochromatic Colors of #A075AF
Black with #A075AF
Text Example
Text Example
White with #A075AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A075AF; }
p { color: rgb(160,117,175); }
H1.HeaderClassName
{
color: #A075AF;
}
.AnyTagClassName
{
color: #A075AF;
}
</style>
background-color css
<style>
a { background-color: #A075AF; }
a { background-color: rgb(160,117,175); }
div.DivClassName
{
background-color: #A075AF;
}
.BgClassName
{
background-color: #A075AF;
}
</style>
border-color css
<style>
span { border-color: #A075AF; }
span { border-color: rgb(160,117,175); }
td.TdClassName
{
border-color: #A075AF;
}
.TagClassName
{
border-color: #A075AF;
}
</style>