Shades of Mulberry #AF588D
Tints of Mulberry #AF588D
RGB
CMYK
RGB Variations
Color information
#AF588D (or 0xAF588D) is known color: Mulberry. HEX triplet: AF, 58 and 8D. RGB value is (175,88,141). Sum of RGB (Red+Green+Blue) = 175+88+141=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF588D is #50A772. Grayscale: #777777. Windows color (decimal): -5285747 or 9263279. OLE color: 9263279.
HSL color Cylindrical-coordinate representation of color #AF588D: hue angle of 323.45º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF588D is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 141 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.31 |
| HSL | 323.45º | 0.35% | 0.52% | - |
| HSV(B) | 323.45º | 0.5% | 0.69% | - |
| XYZ | 25.98 | 18.02 | 27.31 | - |
| YUV | 120.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 141 | 0 | 0.50 | 0.19 | 0.31 | 323.45 | 0.35 | 0.52 |
| Hex | AF | 58 | 8D | 0 | 32 | 13 | 1F | 143 | 23 | 34 |
| Octal | 257 | 130 | 215 | 0 | 62 | 23 | 37 | 503 | 43 | 64 |
| Binary | 10101111 | 1011000 | 10001101 | 0 | 110010 | 10011 | 11111 | 101000011 | 100011 | 110100 |
Color Harmonies of #AF588D
Complementary color
Monochromatic Colors of #AF588D
Black with #AF588D
Text Example
Text Example
White with #AF588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF588D; }
p { color: rgb(175,88,141); }
H1.HeaderClassName
{
color: #AF588D;
}
.AnyTagClassName
{
color: #AF588D;
}
</style>
background-color css
<style>
a { background-color: #AF588D; }
a { background-color: rgb(175,88,141); }
div.DivClassName
{
background-color: #AF588D;
}
.BgClassName
{
background-color: #AF588D;
}
</style>
border-color css
<style>
span { border-color: #AF588D; }
span { border-color: rgb(175,88,141); }
td.TdClassName
{
border-color: #AF588D;
}
.TagClassName
{
border-color: #AF588D;
}
</style>