Shades of Affair #82628E
Tints of Affair #82628E
RGB
CMYK
RGB Variations
Color information
#82628E (or 0x82628E) is known color: Affair. HEX triplet: 82, 62 and 8E. RGB value is (130,98,142). Sum of RGB (Red+Green+Blue) = 130+98+142=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #82628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82628E is #7D9D71. Grayscale: #707070. Windows color (decimal): -8232306 or 9331330. OLE color: 9331330.
HSL color Cylindrical-coordinate representation of color #82628E: hue angle of 283.64º degrees, saturation: 0.18, 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 #82628E is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 98 | 142 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.44 |
| HSL | 283.64º | 0.18% | 0.47% | - |
| HSV(B) | 283.64º | 0.31% | 0.56% | - |
| XYZ | 18.46 | 15.43 | 27.6 | - |
| YUV | 112.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 142 | 0.08 | 0.31 | 0 | 0.44 | 283.64 | 0.18 | 0.47 |
| Hex | 82 | 62 | 8E | 8 | 1F | 0 | 2C | 11C | 12 | 2F |
| Octal | 202 | 142 | 216 | 10 | 37 | 0 | 54 | 434 | 22 | 57 |
| Binary | 10000010 | 1100010 | 10001110 | 1000 | 11111 | 0 | 101100 | 100011100 | 10010 | 101111 |
Color Harmonies of #82628E
Complementary color
Monochromatic Colors of #82628E
Black with #82628E
Text Example
Text Example
White with #82628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82628E; }
p { color: rgb(130,98,142); }
H1.HeaderClassName
{
color: #82628E;
}
.AnyTagClassName
{
color: #82628E;
}
</style>
background-color css
<style>
a { background-color: #82628E; }
a { background-color: rgb(130,98,142); }
div.DivClassName
{
background-color: #82628E;
}
.BgClassName
{
background-color: #82628E;
}
</style>
border-color css
<style>
span { border-color: #82628E; }
span { border-color: rgb(130,98,142); }
td.TdClassName
{
border-color: #82628E;
}
.TagClassName
{
border-color: #82628E;
}
</style>