Shades of Mulberry #A6508B
Tints of Mulberry #A6508B
RGB
CMYK
RGB Variations
Color information
#A6508B (or 0xA6508B) is known color: Mulberry. HEX triplet: A6, 50 and 8B. RGB value is (166,80,139). Sum of RGB (Red+Green+Blue) = 166+80+139=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A6508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6508B is #59AF74. Grayscale: #707070. Windows color (decimal): -5877621 or 9130150. OLE color: 9130150.
HSL color Cylindrical-coordinate representation of color #A6508B: hue angle of 318.84º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6508B is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 139 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.35 |
| HSL | 318.84º | 0.35% | 0.48% | - |
| HSV(B) | 318.84º | 0.52% | 0.65% | - |
| XYZ | 23.25 | 15.71 | 26.23 | - |
| YUV | 112.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 139 | 0 | 0.52 | 0.16 | 0.35 | 318.84 | 0.35 | 0.48 |
| Hex | A6 | 50 | 8B | 0 | 34 | 10 | 23 | 13F | 23 | 30 |
| Octal | 246 | 120 | 213 | 0 | 64 | 20 | 43 | 477 | 43 | 60 |
| Binary | 10100110 | 1010000 | 10001011 | 0 | 110100 | 10000 | 100011 | 100111111 | 100011 | 110000 |
Color Harmonies of #A6508B
Complementary color
Monochromatic Colors of #A6508B
Black with #A6508B
Text Example
Text Example
White with #A6508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6508B; }
p { color: rgb(166,80,139); }
H1.HeaderClassName
{
color: #A6508B;
}
.AnyTagClassName
{
color: #A6508B;
}
</style>
background-color css
<style>
a { background-color: #A6508B; }
a { background-color: rgb(166,80,139); }
div.DivClassName
{
background-color: #A6508B;
}
.BgClassName
{
background-color: #A6508B;
}
</style>
border-color css
<style>
span { border-color: #A6508B; }
span { border-color: rgb(166,80,139); }
td.TdClassName
{
border-color: #A6508B;
}
.TagClassName
{
border-color: #A6508B;
}
</style>