Shades of Trendy Pink #8A728A
Tints of Trendy Pink #8A728A
RGB
CMYK
RGB Variations
Color information
#8A728A (or 0x8A728A) is known color: Trendy Pink. HEX triplet: 8A, 72 and 8A. RGB value is (138,114,138). Sum of RGB (Red+Green+Blue) = 138+114+138=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A728A is #758D75. Grayscale: #7B7B7B. Windows color (decimal): -7703926 or 9073290. OLE color: 9073290.
HSL color Cylindrical-coordinate representation of color #8A728A: hue angle of 300º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A728A is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 138 | - |
| CMYK | 0 | 0.17 | 0 | 0.46 |
| HSL | 300º | 0.1% | 0.49% | - |
| HSV(B) | 300º | 0.17% | 0.54% | - |
| XYZ | 21.09 | 19.27 | 26.65 | - |
| YUV | 123.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 138 | 0 | 0.17 | 0 | 0.46 | 300 | 0.1 | 0.49 |
| Hex | 8A | 72 | 8A | 0 | 11 | 0 | 2E | 12C | A | 31 |
| Octal | 212 | 162 | 212 | 0 | 21 | 0 | 56 | 454 | 12 | 61 |
| Binary | 10001010 | 1110010 | 10001010 | 0 | 10001 | 0 | 101110 | 100101100 | 1010 | 110001 |
Color Harmonies of #8A728A
Complementary color
Monochromatic Colors of #8A728A
Black with #8A728A
Text Example
Text Example
White with #8A728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A728A; }
p { color: rgb(138,114,138); }
H1.HeaderClassName
{
color: #8A728A;
}
.AnyTagClassName
{
color: #8A728A;
}
</style>
background-color css
<style>
a { background-color: #8A728A; }
a { background-color: rgb(138,114,138); }
div.DivClassName
{
background-color: #8A728A;
}
.BgClassName
{
background-color: #8A728A;
}
</style>
border-color css
<style>
span { border-color: #8A728A; }
span { border-color: rgb(138,114,138); }
td.TdClassName
{
border-color: #8A728A;
}
.TagClassName
{
border-color: #8A728A;
}
</style>