Shades of Affair #82628D
Tints of Affair #82628D
RGB
CMYK
RGB Variations
Color information
#82628D (or 0x82628D) is known color: Affair. HEX triplet: 82, 62 and 8D. RGB value is (130,98,141). Sum of RGB (Red+Green+Blue) = 130+98+141=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #82628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82628D is #7D9D72. Grayscale: #707070. Windows color (decimal): -8232307 or 9265794. OLE color: 9265794.
HSL color Cylindrical-coordinate representation of color #82628D: hue angle of 284.65º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82628D is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 98 | 141 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.45 |
| HSL | 284.65º | 0.18% | 0.47% | - |
| HSV(B) | 284.65º | 0.3% | 0.55% | - |
| XYZ | 18.38 | 15.4 | 27.2 | - |
| YUV | 112.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 141 | 0.08 | 0.30 | 0 | 0.45 | 284.65 | 0.18 | 0.47 |
| Hex | 82 | 62 | 8D | 8 | 1E | 0 | 2D | 11D | 12 | 2F |
| Octal | 202 | 142 | 215 | 10 | 36 | 0 | 55 | 435 | 22 | 57 |
| Binary | 10000010 | 1100010 | 10001101 | 1000 | 11110 | 0 | 101101 | 100011101 | 10010 | 101111 |
Color Harmonies of #82628D
Complementary color
Monochromatic Colors of #82628D
Black with #82628D
Text Example
Text Example
White with #82628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82628D; }
p { color: rgb(130,98,141); }
H1.HeaderClassName
{
color: #82628D;
}
.AnyTagClassName
{
color: #82628D;
}
</style>
background-color css
<style>
a { background-color: #82628D; }
a { background-color: rgb(130,98,141); }
div.DivClassName
{
background-color: #82628D;
}
.BgClassName
{
background-color: #82628D;
}
</style>
border-color css
<style>
span { border-color: #82628D; }
span { border-color: rgb(130,98,141); }
td.TdClassName
{
border-color: #82628D;
}
.TagClassName
{
border-color: #82628D;
}
</style>