Shades of Mulberry #AF5C93
Tints of Mulberry #AF5C93
RGB
CMYK
RGB Variations
Color information
#AF5C93 (or 0xAF5C93) is known color: Mulberry. HEX triplet: AF, 5C and 93. RGB value is (175,92,147). Sum of RGB (Red+Green+Blue) = 175+92+147=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5C93 is #50A36C. Grayscale: #7A7A7A. Windows color (decimal): -5284717 or 9657519. OLE color: 9657519.
HSL color Cylindrical-coordinate representation of color #AF5C93: hue angle of 320.24º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5C93 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 147 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.31 |
| HSL | 320.24º | 0.34% | 0.52% | - |
| HSV(B) | 320.24º | 0.47% | 0.69% | - |
| XYZ | 26.77 | 18.87 | 29.84 | - |
| YUV | 123.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 147 | 0 | 0.47 | 0.16 | 0.31 | 320.24 | 0.34 | 0.52 |
| Hex | AF | 5C | 93 | 0 | 2F | 10 | 1F | 140 | 22 | 34 |
| Octal | 257 | 134 | 223 | 0 | 57 | 20 | 37 | 500 | 42 | 64 |
| Binary | 10101111 | 1011100 | 10010011 | 0 | 101111 | 10000 | 11111 | 101000000 | 100010 | 110100 |
Color Harmonies of #AF5C93
Complementary color
Monochromatic Colors of #AF5C93
Black with #AF5C93
Text Example
Text Example
White with #AF5C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C93; }
p { color: rgb(175,92,147); }
H1.HeaderClassName
{
color: #AF5C93;
}
.AnyTagClassName
{
color: #AF5C93;
}
</style>
background-color css
<style>
a { background-color: #AF5C93; }
a { background-color: rgb(175,92,147); }
div.DivClassName
{
background-color: #AF5C93;
}
.BgClassName
{
background-color: #AF5C93;
}
</style>
border-color css
<style>
span { border-color: #AF5C93; }
span { border-color: rgb(175,92,147); }
td.TdClassName
{
border-color: #AF5C93;
}
.TagClassName
{
border-color: #AF5C93;
}
</style>