Shades of Affair #82628F
Tints of Affair #82628F
RGB
CMYK
RGB Variations
Color information
#82628F (or 0x82628F) is known color: Affair. HEX triplet: 82, 62 and 8F. RGB value is (130,98,143). Sum of RGB (Red+Green+Blue) = 130+98+143=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #82628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82628F is #7D9D70. Grayscale: #707070. Windows color (decimal): -8232305 or 9396866. OLE color: 9396866.
HSL color Cylindrical-coordinate representation of color #82628F: hue angle of 282.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82628F is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 98 | 143 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.44 |
| HSL | 282.67º | 0.19% | 0.47% | - |
| HSV(B) | 282.67º | 0.31% | 0.56% | - |
| XYZ | 18.53 | 15.46 | 27.99 | - |
| YUV | 112.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 143 | 0.09 | 0.31 | 0 | 0.44 | 282.67 | 0.19 | 0.47 |
| Hex | 82 | 62 | 8F | 9 | 1F | 0 | 2C | 11B | 13 | 2F |
| Octal | 202 | 142 | 217 | 11 | 37 | 0 | 54 | 433 | 23 | 57 |
| Binary | 10000010 | 1100010 | 10001111 | 1001 | 11111 | 0 | 101100 | 100011011 | 10011 | 101111 |
Color Harmonies of #82628F
Complementary color
Monochromatic Colors of #82628F
Black with #82628F
Text Example
Text Example
White with #82628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82628F; }
p { color: rgb(130,98,143); }
H1.HeaderClassName
{
color: #82628F;
}
.AnyTagClassName
{
color: #82628F;
}
</style>
background-color css
<style>
a { background-color: #82628F; }
a { background-color: rgb(130,98,143); }
div.DivClassName
{
background-color: #82628F;
}
.BgClassName
{
background-color: #82628F;
}
</style>
border-color css
<style>
span { border-color: #82628F; }
span { border-color: rgb(130,98,143); }
td.TdClassName
{
border-color: #82628F;
}
.TagClassName
{
border-color: #82628F;
}
</style>