Shades of Mulberry #AF5D93
Tints of Mulberry #AF5D93
RGB
CMYK
RGB Variations
Color information
#AF5D93 (or 0xAF5D93) is known color: Mulberry. HEX triplet: AF, 5D and 93. RGB value is (175,93,147). Sum of RGB (Red+Green+Blue) = 175+93+147=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D93 is #50A26C. Grayscale: #7B7B7B. Windows color (decimal): -5284461 or 9657775. OLE color: 9657775.
HSL color Cylindrical-coordinate representation of color #AF5D93: hue angle of 320.49º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5D93 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 147 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.31 |
| HSL | 320.49º | 0.34% | 0.53% | - |
| HSV(B) | 320.49º | 0.47% | 0.69% | - |
| XYZ | 26.86 | 19.05 | 29.86 | - |
| YUV | 123.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 147 | 0 | 0.47 | 0.16 | 0.31 | 320.49 | 0.34 | 0.53 |
| Hex | AF | 5D | 93 | 0 | 2F | 10 | 1F | 140 | 22 | 35 |
| Octal | 257 | 135 | 223 | 0 | 57 | 20 | 37 | 500 | 42 | 65 |
| Binary | 10101111 | 1011101 | 10010011 | 0 | 101111 | 10000 | 11111 | 101000000 | 100010 | 110101 |
Color Harmonies of #AF5D93
Complementary color
Monochromatic Colors of #AF5D93
Black with #AF5D93
Text Example
Text Example
White with #AF5D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D93; }
p { color: rgb(175,93,147); }
H1.HeaderClassName
{
color: #AF5D93;
}
.AnyTagClassName
{
color: #AF5D93;
}
</style>
background-color css
<style>
a { background-color: #AF5D93; }
a { background-color: rgb(175,93,147); }
div.DivClassName
{
background-color: #AF5D93;
}
.BgClassName
{
background-color: #AF5D93;
}
</style>
border-color css
<style>
span { border-color: #AF5D93; }
span { border-color: rgb(175,93,147); }
td.TdClassName
{
border-color: #AF5D93;
}
.TagClassName
{
border-color: #AF5D93;
}
</style>