Shades of Mulberry #AF4B8F
Tints of Mulberry #AF4B8F
RGB
CMYK
RGB Variations
Color information
#AF4B8F (or 0xAF4B8F) is known color: Mulberry. HEX triplet: AF, 4B and 8F. RGB value is (175,75,143). Sum of RGB (Red+Green+Blue) = 175+75+143=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4B8F is #50B470. Grayscale: #707070. Windows color (decimal): -5289073 or 9391023. OLE color: 9391023.
HSL color Cylindrical-coordinate representation of color #AF4B8F: hue angle of 319.2º 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 #AF4B8F is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 75 | 143 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.31 |
| HSL | 319.2º | 0.4% | 0.49% | - |
| HSV(B) | 319.2º | 0.57% | 0.69% | - |
| XYZ | 25.15 | 16.13 | 27.77 | - |
| YUV | 112.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 143 | 0 | 0.57 | 0.18 | 0.31 | 319.2 | 0.4 | 0.49 |
| Hex | AF | 4B | 8F | 0 | 39 | 12 | 1F | 13F | 28 | 31 |
| Octal | 257 | 113 | 217 | 0 | 71 | 22 | 37 | 477 | 50 | 61 |
| Binary | 10101111 | 1001011 | 10001111 | 0 | 111001 | 10010 | 11111 | 100111111 | 101000 | 110001 |
Color Harmonies of #AF4B8F
Complementary color
Monochromatic Colors of #AF4B8F
Black with #AF4B8F
Text Example
Text Example
White with #AF4B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4B8F; }
p { color: rgb(175,75,143); }
H1.HeaderClassName
{
color: #AF4B8F;
}
.AnyTagClassName
{
color: #AF4B8F;
}
</style>
background-color css
<style>
a { background-color: #AF4B8F; }
a { background-color: rgb(175,75,143); }
div.DivClassName
{
background-color: #AF4B8F;
}
.BgClassName
{
background-color: #AF4B8F;
}
</style>
border-color css
<style>
span { border-color: #AF4B8F; }
span { border-color: rgb(175,75,143); }
td.TdClassName
{
border-color: #AF4B8F;
}
.TagClassName
{
border-color: #AF4B8F;
}
</style>