Shades of Mulberry #AF588A
Tints of Mulberry #AF588A
RGB
CMYK
RGB Variations
Color information
#AF588A (or 0xAF588A) is known color: Mulberry. HEX triplet: AF, 58 and 8A. RGB value is (175,88,138). Sum of RGB (Red+Green+Blue) = 175+88+138=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF588A is #50A775. Grayscale: #777777. Windows color (decimal): -5285750 or 9066671. OLE color: 9066671.
HSL color Cylindrical-coordinate representation of color #AF588A: hue angle of 325.52º 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 #AF588A is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 138 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.31 |
| HSL | 325.52º | 0.35% | 0.52% | - |
| HSV(B) | 325.52º | 0.5% | 0.69% | - |
| XYZ | 25.76 | 17.93 | 26.15 | - |
| YUV | 119.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 138 | 0 | 0.50 | 0.21 | 0.31 | 325.52 | 0.35 | 0.52 |
| Hex | AF | 58 | 8A | 0 | 32 | 15 | 1F | 146 | 23 | 34 |
| Octal | 257 | 130 | 212 | 0 | 62 | 25 | 37 | 506 | 43 | 64 |
| Binary | 10101111 | 1011000 | 10001010 | 0 | 110010 | 10101 | 11111 | 101000110 | 100011 | 110100 |
Color Harmonies of #AF588A
Complementary color
Monochromatic Colors of #AF588A
Black with #AF588A
Text Example
Text Example
White with #AF588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF588A; }
p { color: rgb(175,88,138); }
H1.HeaderClassName
{
color: #AF588A;
}
.AnyTagClassName
{
color: #AF588A;
}
</style>
background-color css
<style>
a { background-color: #AF588A; }
a { background-color: rgb(175,88,138); }
div.DivClassName
{
background-color: #AF588A;
}
.BgClassName
{
background-color: #AF588A;
}
</style>
border-color css
<style>
span { border-color: #AF588A; }
span { border-color: rgb(175,88,138); }
td.TdClassName
{
border-color: #AF588A;
}
.TagClassName
{
border-color: #AF588A;
}
</style>