Shades of Mulberry #AF4B8D
Tints of Mulberry #AF4B8D
RGB
CMYK
RGB Variations
Color information
#AF4B8D (or 0xAF4B8D) is known color: Mulberry. HEX triplet: AF, 4B and 8D. RGB value is (175,75,141). Sum of RGB (Red+Green+Blue) = 175+75+141=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4B8D is #50B472. Grayscale: #707070. Windows color (decimal): -5289075 or 9259951. OLE color: 9259951.
HSL color Cylindrical-coordinate representation of color #AF4B8D: hue angle of 320.4º degrees, saturation: 0.4, 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 #AF4B8D is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 75 | 141 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.31 |
| HSL | 320.4º | 0.4% | 0.49% | - |
| HSV(B) | 320.4º | 0.57% | 0.69% | - |
| XYZ | 25 | 16.07 | 26.98 | - |
| YUV | 112.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 141 | 0 | 0.57 | 0.19 | 0.31 | 320.4 | 0.4 | 0.49 |
| Hex | AF | 4B | 8D | 0 | 39 | 13 | 1F | 140 | 28 | 31 |
| Octal | 257 | 113 | 215 | 0 | 71 | 23 | 37 | 500 | 50 | 61 |
| Binary | 10101111 | 1001011 | 10001101 | 0 | 111001 | 10011 | 11111 | 101000000 | 101000 | 110001 |
Color Harmonies of #AF4B8D
Complementary color
Monochromatic Colors of #AF4B8D
Black with #AF4B8D
Text Example
Text Example
White with #AF4B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4B8D; }
p { color: rgb(175,75,141); }
H1.HeaderClassName
{
color: #AF4B8D;
}
.AnyTagClassName
{
color: #AF4B8D;
}
</style>
background-color css
<style>
a { background-color: #AF4B8D; }
a { background-color: rgb(175,75,141); }
div.DivClassName
{
background-color: #AF4B8D;
}
.BgClassName
{
background-color: #AF4B8D;
}
</style>
border-color css
<style>
span { border-color: #AF4B8D; }
span { border-color: rgb(175,75,141); }
td.TdClassName
{
border-color: #AF4B8D;
}
.TagClassName
{
border-color: #AF4B8D;
}
</style>