Shades of Trendy Pink #82567A
Tints of Trendy Pink #82567A
RGB
CMYK
RGB Variations
Color information
#82567A (or 0x82567A) is known color: Trendy Pink. HEX triplet: 82, 56 and 7A. RGB value is (130,86,122). Sum of RGB (Red+Green+Blue) = 130+86+122=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #82567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82567A is #7DA985. Grayscale: #676767. Windows color (decimal): -8235398 or 8017538. OLE color: 8017538.
HSL color Cylindrical-coordinate representation of color #82567A: hue angle of 310.91º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82567A is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 86 | 122 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.49 |
| HSL | 310.91º | 0.2% | 0.42% | - |
| HSV(B) | 310.91º | 0.34% | 0.51% | - |
| XYZ | 16.05 | 12.81 | 20.04 | - |
| YUV | 103.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 122 | 0 | 0.34 | 0.06 | 0.49 | 310.91 | 0.2 | 0.42 |
| Hex | 82 | 56 | 7A | 0 | 22 | 6 | 31 | 137 | 14 | 2A |
| Octal | 202 | 126 | 172 | 0 | 42 | 6 | 61 | 467 | 24 | 52 |
| Binary | 10000010 | 1010110 | 1111010 | 0 | 100010 | 110 | 110001 | 100110111 | 10100 | 101010 |
Color Harmonies of #82567A
Complementary color
Monochromatic Colors of #82567A
Black with #82567A
Text Example
Text Example
White with #82567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82567A; }
p { color: rgb(130,86,122); }
H1.HeaderClassName
{
color: #82567A;
}
.AnyTagClassName
{
color: #82567A;
}
</style>
background-color css
<style>
a { background-color: #82567A; }
a { background-color: rgb(130,86,122); }
div.DivClassName
{
background-color: #82567A;
}
.BgClassName
{
background-color: #82567A;
}
</style>
border-color css
<style>
span { border-color: #82567A; }
span { border-color: rgb(130,86,122); }
td.TdClassName
{
border-color: #82567A;
}
.TagClassName
{
border-color: #82567A;
}
</style>