Shades of Mulberry #AF588C
Tints of Mulberry #AF588C
RGB
CMYK
RGB Variations
Color information
#AF588C (or 0xAF588C) is known color: Mulberry. HEX triplet: AF, 58 and 8C. RGB value is (175,88,140). Sum of RGB (Red+Green+Blue) = 175+88+140=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF588C is #50A773. Grayscale: #777777. Windows color (decimal): -5285748 or 9197743. OLE color: 9197743.
HSL color Cylindrical-coordinate representation of color #AF588C: hue angle of 324.14º 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 #AF588C is Cyan = 0, Magento = 0.50, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 140 | - |
| CMYK | 0 | 0.50 | 0.2 | 0.31 |
| HSL | 324.14º | 0.35% | 0.52% | - |
| HSV(B) | 324.14º | 0.5% | 0.69% | - |
| XYZ | 25.9 | 17.99 | 26.92 | - |
| YUV | 119.94 | 139.32 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 140 | 0 | 0.50 | 0.2 | 0.31 | 324.14 | 0.35 | 0.52 |
| Hex | AF | 58 | 8C | 0 | 32 | 14 | 1F | 144 | 23 | 34 |
| Octal | 257 | 130 | 214 | 0 | 62 | 24 | 37 | 504 | 43 | 64 |
| Binary | 10101111 | 1011000 | 10001100 | 0 | 110010 | 10100 | 11111 | 101000100 | 100011 | 110100 |
Color Harmonies of #AF588C
Complementary color
Monochromatic Colors of #AF588C
Black with #AF588C
Text Example
Text Example
White with #AF588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF588C; }
p { color: rgb(175,88,140); }
H1.HeaderClassName
{
color: #AF588C;
}
.AnyTagClassName
{
color: #AF588C;
}
</style>
background-color css
<style>
a { background-color: #AF588C; }
a { background-color: rgb(175,88,140); }
div.DivClassName
{
background-color: #AF588C;
}
.BgClassName
{
background-color: #AF588C;
}
</style>
border-color css
<style>
span { border-color: #AF588C; }
span { border-color: rgb(175,88,140); }
td.TdClassName
{
border-color: #AF588C;
}
.TagClassName
{
border-color: #AF588C;
}
</style>