Shades of Mulberry #AF4D90
Tints of Mulberry #AF4D90
RGB
CMYK
RGB Variations
Color information
#AF4D90 (or 0xAF4D90) is known color: Mulberry. HEX triplet: AF, 4D and 90. RGB value is (175,77,144). Sum of RGB (Red+Green+Blue) = 175+77+144=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4D90 is #50B26F. Grayscale: #717171. Windows color (decimal): -5288560 or 9457071. OLE color: 9457071.
HSL color Cylindrical-coordinate representation of color #AF4D90: hue angle of 318.98º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D90 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 144 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.31 |
| HSL | 318.98º | 0.39% | 0.49% | - |
| HSV(B) | 318.98º | 0.56% | 0.69% | - |
| XYZ | 25.37 | 16.44 | 28.22 | - |
| YUV | 113.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 144 | 0 | 0.56 | 0.18 | 0.31 | 318.98 | 0.39 | 0.49 |
| Hex | AF | 4D | 90 | 0 | 38 | 12 | 1F | 13F | 27 | 31 |
| Octal | 257 | 115 | 220 | 0 | 70 | 22 | 37 | 477 | 47 | 61 |
| Binary | 10101111 | 1001101 | 10010000 | 0 | 111000 | 10010 | 11111 | 100111111 | 100111 | 110001 |
Color Harmonies of #AF4D90
Complementary color
Monochromatic Colors of #AF4D90
Black with #AF4D90
Text Example
Text Example
White with #AF4D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D90; }
p { color: rgb(175,77,144); }
H1.HeaderClassName
{
color: #AF4D90;
}
.AnyTagClassName
{
color: #AF4D90;
}
</style>
background-color css
<style>
a { background-color: #AF4D90; }
a { background-color: rgb(175,77,144); }
div.DivClassName
{
background-color: #AF4D90;
}
.BgClassName
{
background-color: #AF4D90;
}
</style>
border-color css
<style>
span { border-color: #AF4D90; }
span { border-color: rgb(175,77,144); }
td.TdClassName
{
border-color: #AF4D90;
}
.TagClassName
{
border-color: #AF4D90;
}
</style>