Shades of Mulberry #AF4F8D
Tints of Mulberry #AF4F8D
RGB
CMYK
RGB Variations
Color information
#AF4F8D (or 0xAF4F8D) is known color: Mulberry. HEX triplet: AF, 4F and 8D. RGB value is (175,79,141). Sum of RGB (Red+Green+Blue) = 175+79+141=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4F8D is #50B072. Grayscale: #727272. Windows color (decimal): -5288051 or 9260975. OLE color: 9260975.
HSL color Cylindrical-coordinate representation of color #AF4F8D: hue angle of 321.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 #AF4F8D is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 141 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.31 |
| HSL | 321.25º | 0.38% | 0.5% | - |
| HSV(B) | 321.25º | 0.55% | 0.69% | - |
| XYZ | 25.28 | 16.63 | 27.08 | - |
| YUV | 114.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 141 | 0 | 0.55 | 0.19 | 0.31 | 321.25 | 0.38 | 0.5 |
| Hex | AF | 4F | 8D | 0 | 37 | 13 | 1F | 141 | 26 | 32 |
| Octal | 257 | 117 | 215 | 0 | 67 | 23 | 37 | 501 | 46 | 62 |
| Binary | 10101111 | 1001111 | 10001101 | 0 | 110111 | 10011 | 11111 | 101000001 | 100110 | 110010 |
Color Harmonies of #AF4F8D
Complementary color
Monochromatic Colors of #AF4F8D
Black with #AF4F8D
Text Example
Text Example
White with #AF4F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F8D; }
p { color: rgb(175,79,141); }
H1.HeaderClassName
{
color: #AF4F8D;
}
.AnyTagClassName
{
color: #AF4F8D;
}
</style>
background-color css
<style>
a { background-color: #AF4F8D; }
a { background-color: rgb(175,79,141); }
div.DivClassName
{
background-color: #AF4F8D;
}
.BgClassName
{
background-color: #AF4F8D;
}
</style>
border-color css
<style>
span { border-color: #AF4F8D; }
span { border-color: rgb(175,79,141); }
td.TdClassName
{
border-color: #AF4F8D;
}
.TagClassName
{
border-color: #AF4F8D;
}
</style>