Shades of Mulberry #AF4F85
Tints of Mulberry #AF4F85
RGB
CMYK
RGB Variations
Color information
#AF4F85 (or 0xAF4F85) is known color: Mulberry. HEX triplet: AF, 4F and 85. RGB value is (175,79,133). Sum of RGB (Red+Green+Blue) = 175+79+133=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4F85 is #50B07A. Grayscale: #717171. Windows color (decimal): -5288059 or 8736687. OLE color: 8736687.
HSL color Cylindrical-coordinate representation of color #AF4F85: hue angle of 326.25º 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 #AF4F85 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 133 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.31 |
| HSL | 326.25º | 0.38% | 0.5% | - |
| HSV(B) | 326.25º | 0.55% | 0.69% | - |
| XYZ | 24.71 | 16.4 | 24.05 | - |
| YUV | 113.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 133 | 0 | 0.55 | 0.24 | 0.31 | 326.25 | 0.38 | 0.5 |
| Hex | AF | 4F | 85 | 0 | 37 | 18 | 1F | 146 | 26 | 32 |
| Octal | 257 | 117 | 205 | 0 | 67 | 30 | 37 | 506 | 46 | 62 |
| Binary | 10101111 | 1001111 | 10000101 | 0 | 110111 | 11000 | 11111 | 101000110 | 100110 | 110010 |
Color Harmonies of #AF4F85
Complementary color
Monochromatic Colors of #AF4F85
Black with #AF4F85
Text Example
Text Example
White with #AF4F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F85; }
p { color: rgb(175,79,133); }
H1.HeaderClassName
{
color: #AF4F85;
}
.AnyTagClassName
{
color: #AF4F85;
}
</style>
background-color css
<style>
a { background-color: #AF4F85; }
a { background-color: rgb(175,79,133); }
div.DivClassName
{
background-color: #AF4F85;
}
.BgClassName
{
background-color: #AF4F85;
}
</style>
border-color css
<style>
span { border-color: #AF4F85; }
span { border-color: rgb(175,79,133); }
td.TdClassName
{
border-color: #AF4F85;
}
.TagClassName
{
border-color: #AF4F85;
}
</style>