Shades of Affair #80568E
Tints of Affair #80568E
RGB
CMYK
RGB Variations
Color information
#80568E (or 0x80568E) is known color: Affair. HEX triplet: 80, 56 and 8E. RGB value is (128,86,142). Sum of RGB (Red+Green+Blue) = 128+86+142=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #80568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80568E is #7FA971. Grayscale: #686868. Windows color (decimal): -8366450 or 9328256. OLE color: 9328256.
HSL color Cylindrical-coordinate representation of color #80568E: hue angle of 285º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80568E is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 86 | 142 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.44 |
| HSL | 285º | 0.25% | 0.45% | - |
| HSV(B) | 285º | 0.39% | 0.56% | - |
| XYZ | 17.11 | 13.2 | 27.24 | - |
| YUV | 104.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 142 | 0.10 | 0.39 | 0 | 0.44 | 285 | 0.25 | 0.45 |
| Hex | 80 | 56 | 8E | A | 27 | 0 | 2C | 11D | 19 | 2D |
| Octal | 200 | 126 | 216 | 12 | 47 | 0 | 54 | 435 | 31 | 55 |
| Binary | 10000000 | 1010110 | 10001110 | 1010 | 100111 | 0 | 101100 | 100011101 | 11001 | 101101 |
Color Harmonies of #80568E
Complementary color
Monochromatic Colors of #80568E
Black with #80568E
Text Example
Text Example
White with #80568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80568E; }
p { color: rgb(128,86,142); }
H1.HeaderClassName
{
color: #80568E;
}
.AnyTagClassName
{
color: #80568E;
}
</style>
background-color css
<style>
a { background-color: #80568E; }
a { background-color: rgb(128,86,142); }
div.DivClassName
{
background-color: #80568E;
}
.BgClassName
{
background-color: #80568E;
}
</style>
border-color css
<style>
span { border-color: #80568E; }
span { border-color: rgb(128,86,142); }
td.TdClassName
{
border-color: #80568E;
}
.TagClassName
{
border-color: #80568E;
}
</style>