Shades of Opium #A1807E
Tints of Opium #A1807E
RGB
CMYK
RGB Variations
Color information
#A1807E (or 0xA1807E) is known color: Opium. HEX triplet: A1, 80 and 7E. RGB value is (161,128,126). Sum of RGB (Red+Green+Blue) = 161+128+126=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A1807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1807E is #5E7F81. Grayscale: #898989. Windows color (decimal): -6193026 or 8290465. OLE color: 8290465.
HSL color Cylindrical-coordinate representation of color #A1807E: hue angle of 3.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1807E is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 126 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.37 |
| HSL | 3.43º | 0.16% | 0.56% | - |
| HSV(B) | 3.43º | 0.22% | 0.63% | - |
| XYZ | 26.18 | 24.52 | 23.09 | - |
| YUV | 137.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 126 | 0 | 0.20 | 0.22 | 0.37 | 3.43 | 0.16 | 0.56 |
| Hex | A1 | 80 | 7E | 0 | 14 | 16 | 25 | 3 | 10 | 38 |
| Octal | 241 | 200 | 176 | 0 | 24 | 26 | 45 | 3 | 20 | 70 |
| Binary | 10100001 | 10000000 | 1111110 | 0 | 10100 | 10110 | 100101 | 11 | 10000 | 111000 |
Color Harmonies of #A1807E
Complementary color
Monochromatic Colors of #A1807E
Black with #A1807E
Text Example
Text Example
White with #A1807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1807E; }
p { color: rgb(161,128,126); }
H1.HeaderClassName
{
color: #A1807E;
}
.AnyTagClassName
{
color: #A1807E;
}
</style>
background-color css
<style>
a { background-color: #A1807E; }
a { background-color: rgb(161,128,126); }
div.DivClassName
{
background-color: #A1807E;
}
.BgClassName
{
background-color: #A1807E;
}
</style>
border-color css
<style>
span { border-color: #A1807E; }
span { border-color: rgb(161,128,126); }
td.TdClassName
{
border-color: #A1807E;
}
.TagClassName
{
border-color: #A1807E;
}
</style>