Shades of Affair #80568A
Tints of Affair #80568A
RGB
CMYK
RGB Variations
Color information
#80568A (or 0x80568A) is known color: Affair. HEX triplet: 80, 56 and 8A. RGB value is (128,86,138). Sum of RGB (Red+Green+Blue) = 128+86+138=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #80568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80568A is #7FA975. Grayscale: #686868. Windows color (decimal): -8366454 or 9066112. OLE color: 9066112.
HSL color Cylindrical-coordinate representation of color #80568A: hue angle of 288.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80568A is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 86 | 138 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.46 |
| HSL | 288.46º | 0.23% | 0.44% | - |
| HSV(B) | 288.46º | 0.38% | 0.54% | - |
| XYZ | 16.82 | 13.08 | 25.68 | - |
| YUV | 104.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 138 | 0.07 | 0.38 | 0 | 0.46 | 288.46 | 0.23 | 0.44 |
| Hex | 80 | 56 | 8A | 7 | 26 | 0 | 2E | 120 | 17 | 2C |
| Octal | 200 | 126 | 212 | 7 | 46 | 0 | 56 | 440 | 27 | 54 |
| Binary | 10000000 | 1010110 | 10001010 | 111 | 100110 | 0 | 101110 | 100100000 | 10111 | 101100 |
Color Harmonies of #80568A
Complementary color
Monochromatic Colors of #80568A
Black with #80568A
Text Example
Text Example
White with #80568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80568A; }
p { color: rgb(128,86,138); }
H1.HeaderClassName
{
color: #80568A;
}
.AnyTagClassName
{
color: #80568A;
}
</style>
background-color css
<style>
a { background-color: #80568A; }
a { background-color: rgb(128,86,138); }
div.DivClassName
{
background-color: #80568A;
}
.BgClassName
{
background-color: #80568A;
}
</style>
border-color css
<style>
span { border-color: #80568A; }
span { border-color: rgb(128,86,138); }
td.TdClassName
{
border-color: #80568A;
}
.TagClassName
{
border-color: #80568A;
}
</style>