Shades of Affair #82528C
Tints of Affair #82528C
RGB
CMYK
RGB Variations
Color information
#82528C (or 0x82528C) is known color: Affair. HEX triplet: 82, 52 and 8C. RGB value is (130,82,140). Sum of RGB (Red+Green+Blue) = 130+82+140=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #82528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82528C is #7DAD73. Grayscale: #666666. Windows color (decimal): -8236404 or 9196162. OLE color: 9196162.
HSL color Cylindrical-coordinate representation of color #82528C: hue angle of 289.66º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82528C is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 82 | 140 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.45 |
| HSL | 289.66º | 0.26% | 0.44% | - |
| HSV(B) | 289.66º | 0.41% | 0.55% | - |
| XYZ | 16.96 | 12.67 | 26.36 | - |
| YUV | 102.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 140 | 0.07 | 0.41 | 0 | 0.45 | 289.66 | 0.26 | 0.44 |
| Hex | 82 | 52 | 8C | 7 | 29 | 0 | 2D | 122 | 1A | 2C |
| Octal | 202 | 122 | 214 | 7 | 51 | 0 | 55 | 442 | 32 | 54 |
| Binary | 10000010 | 1010010 | 10001100 | 111 | 101001 | 0 | 101101 | 100100010 | 11010 | 101100 |
Color Harmonies of #82528C
Complementary color
Monochromatic Colors of #82528C
Black with #82528C
Text Example
Text Example
White with #82528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82528C; }
p { color: rgb(130,82,140); }
H1.HeaderClassName
{
color: #82528C;
}
.AnyTagClassName
{
color: #82528C;
}
</style>
background-color css
<style>
a { background-color: #82528C; }
a { background-color: rgb(130,82,140); }
div.DivClassName
{
background-color: #82528C;
}
.BgClassName
{
background-color: #82528C;
}
</style>
border-color css
<style>
span { border-color: #82528C; }
span { border-color: rgb(130,82,140); }
td.TdClassName
{
border-color: #82528C;
}
.TagClassName
{
border-color: #82528C;
}
</style>