Shades of Mulberry #AF4E93
Tints of Mulberry #AF4E93
RGB
CMYK
RGB Variations
Color information
#AF4E93 (or 0xAF4E93) is known color: Mulberry. HEX triplet: AF, 4E and 93. RGB value is (175,78,147). Sum of RGB (Red+Green+Blue) = 175+78+147=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E93 is #50B16C. Grayscale: #727272. Windows color (decimal): -5288301 or 9653935. OLE color: 9653935.
HSL color Cylindrical-coordinate representation of color #AF4E93: hue angle of 317.32º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E93 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 147 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.31 |
| HSL | 317.32º | 0.38% | 0.5% | - |
| HSV(B) | 317.32º | 0.55% | 0.69% | - |
| XYZ | 25.67 | 16.67 | 29.47 | - |
| YUV | 114.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 147 | 0 | 0.55 | 0.16 | 0.31 | 317.32 | 0.38 | 0.5 |
| Hex | AF | 4E | 93 | 0 | 37 | 10 | 1F | 13D | 26 | 32 |
| Octal | 257 | 116 | 223 | 0 | 67 | 20 | 37 | 475 | 46 | 62 |
| Binary | 10101111 | 1001110 | 10010011 | 0 | 110111 | 10000 | 11111 | 100111101 | 100110 | 110010 |
Color Harmonies of #AF4E93
Complementary color
Monochromatic Colors of #AF4E93
Black with #AF4E93
Text Example
Text Example
White with #AF4E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E93; }
p { color: rgb(175,78,147); }
H1.HeaderClassName
{
color: #AF4E93;
}
.AnyTagClassName
{
color: #AF4E93;
}
</style>
background-color css
<style>
a { background-color: #AF4E93; }
a { background-color: rgb(175,78,147); }
div.DivClassName
{
background-color: #AF4E93;
}
.BgClassName
{
background-color: #AF4E93;
}
</style>
border-color css
<style>
span { border-color: #AF4E93; }
span { border-color: rgb(175,78,147); }
td.TdClassName
{
border-color: #AF4E93;
}
.TagClassName
{
border-color: #AF4E93;
}
</style>