Shades of Affair #82568C
Tints of Affair #82568C
RGB
CMYK
RGB Variations
Color information
#82568C (or 0x82568C) is known color: Affair. HEX triplet: 82, 56 and 8C. RGB value is (130,86,140). Sum of RGB (Red+Green+Blue) = 130+86+140=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #82568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82568C is #7DA973. Grayscale: #696969. Windows color (decimal): -8235380 or 9197186. OLE color: 9197186.
HSL color Cylindrical-coordinate representation of color #82568C: hue angle of 288.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82568C is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 86 | 140 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.45 |
| HSL | 288.89º | 0.24% | 0.44% | - |
| HSV(B) | 288.89º | 0.39% | 0.55% | - |
| XYZ | 17.27 | 13.29 | 26.47 | - |
| YUV | 105.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 140 | 0.07 | 0.39 | 0 | 0.45 | 288.89 | 0.24 | 0.44 |
| Hex | 82 | 56 | 8C | 7 | 27 | 0 | 2D | 121 | 18 | 2C |
| Octal | 202 | 126 | 214 | 7 | 47 | 0 | 55 | 441 | 30 | 54 |
| Binary | 10000010 | 1010110 | 10001100 | 111 | 100111 | 0 | 101101 | 100100001 | 11000 | 101100 |
Color Harmonies of #82568C
Complementary color
Monochromatic Colors of #82568C
Black with #82568C
Text Example
Text Example
White with #82568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82568C; }
p { color: rgb(130,86,140); }
H1.HeaderClassName
{
color: #82568C;
}
.AnyTagClassName
{
color: #82568C;
}
</style>
background-color css
<style>
a { background-color: #82568C; }
a { background-color: rgb(130,86,140); }
div.DivClassName
{
background-color: #82568C;
}
.BgClassName
{
background-color: #82568C;
}
</style>
border-color css
<style>
span { border-color: #82568C; }
span { border-color: rgb(130,86,140); }
td.TdClassName
{
border-color: #82568C;
}
.TagClassName
{
border-color: #82568C;
}
</style>