Shades of Opium #A4807E
Tints of Opium #A4807E
RGB
CMYK
RGB Variations
Color information
#A4807E (or 0xA4807E) is known color: Opium. HEX triplet: A4, 80 and 7E. RGB value is (164,128,126). Sum of RGB (Red+Green+Blue) = 164+128+126=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4807E is #5B7F81. Grayscale: #8A8A8A. Windows color (decimal): -5996418 or 8290468. OLE color: 8290468.
HSL color Cylindrical-coordinate representation of color #A4807E: hue angle of 3.16º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4807E is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 128 | 126 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.36 |
| HSL | 3.16º | 0.17% | 0.57% | - |
| HSV(B) | 3.16º | 0.23% | 0.64% | - |
| XYZ | 26.79 | 24.84 | 23.12 | - |
| YUV | 138.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 126 | 0 | 0.22 | 0.23 | 0.36 | 3.16 | 0.17 | 0.57 |
| Hex | A4 | 80 | 7E | 0 | 16 | 17 | 24 | 3 | 11 | 39 |
| Octal | 244 | 200 | 176 | 0 | 26 | 27 | 44 | 3 | 21 | 71 |
| Binary | 10100100 | 10000000 | 1111110 | 0 | 10110 | 10111 | 100100 | 11 | 10001 | 111001 |
Color Harmonies of #A4807E
Complementary color
Monochromatic Colors of #A4807E
Black with #A4807E
Text Example
Text Example
White with #A4807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4807E; }
p { color: rgb(164,128,126); }
H1.HeaderClassName
{
color: #A4807E;
}
.AnyTagClassName
{
color: #A4807E;
}
</style>
background-color css
<style>
a { background-color: #A4807E; }
a { background-color: rgb(164,128,126); }
div.DivClassName
{
background-color: #A4807E;
}
.BgClassName
{
background-color: #A4807E;
}
</style>
border-color css
<style>
span { border-color: #A4807E; }
span { border-color: rgb(164,128,126); }
td.TdClassName
{
border-color: #A4807E;
}
.TagClassName
{
border-color: #A4807E;
}
</style>