Shades of Mulberry #AF4C98
Tints of Mulberry #AF4C98
RGB
CMYK
RGB Variations
Color information
#AF4C98 (or 0xAF4C98) is known color: Mulberry. HEX triplet: AF, 4C and 98. RGB value is (175,76,152). Sum of RGB (Red+Green+Blue) = 175+76+152=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4C98 is #50B367. Grayscale: #727272. Windows color (decimal): -5288808 or 9981103. OLE color: 9981103.
HSL color Cylindrical-coordinate representation of color #AF4C98: hue angle of 313.94º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4C98 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 152 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.31 |
| HSL | 313.94º | 0.39% | 0.49% | - |
| HSV(B) | 313.94º | 0.57% | 0.69% | - |
| XYZ | 25.93 | 16.55 | 31.53 | - |
| YUV | 114.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 152 | 0 | 0.57 | 0.13 | 0.31 | 313.94 | 0.39 | 0.49 |
| Hex | AF | 4C | 98 | 0 | 39 | D | 1F | 13A | 27 | 31 |
| Octal | 257 | 114 | 230 | 0 | 71 | 15 | 37 | 472 | 47 | 61 |
| Binary | 10101111 | 1001100 | 10011000 | 0 | 111001 | 1101 | 11111 | 100111010 | 100111 | 110001 |
Color Harmonies of #AF4C98
Complementary color
Monochromatic Colors of #AF4C98
Black with #AF4C98
Text Example
Text Example
White with #AF4C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C98; }
p { color: rgb(175,76,152); }
H1.HeaderClassName
{
color: #AF4C98;
}
.AnyTagClassName
{
color: #AF4C98;
}
</style>
background-color css
<style>
a { background-color: #AF4C98; }
a { background-color: rgb(175,76,152); }
div.DivClassName
{
background-color: #AF4C98;
}
.BgClassName
{
background-color: #AF4C98;
}
</style>
border-color css
<style>
span { border-color: #AF4C98; }
span { border-color: rgb(175,76,152); }
td.TdClassName
{
border-color: #AF4C98;
}
.TagClassName
{
border-color: #AF4C98;
}
</style>