Shades of Mulberry #AF4B90
Tints of Mulberry #AF4B90
RGB
CMYK
RGB Variations
Color information
#AF4B90 (or 0xAF4B90) is known color: Mulberry. HEX triplet: AF, 4B and 90. RGB value is (175,75,144). Sum of RGB (Red+Green+Blue) = 175+75+144=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4B90 is #50B46F. Grayscale: #707070. Windows color (decimal): -5289072 or 9456559. OLE color: 9456559.
HSL color Cylindrical-coordinate representation of color #AF4B90: hue angle of 318.6º 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 #AF4B90 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 75 | 144 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.31 |
| HSL | 318.6º | 0.4% | 0.49% | - |
| HSV(B) | 318.6º | 0.57% | 0.69% | - |
| XYZ | 25.23 | 16.16 | 28.17 | - |
| YUV | 112.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 144 | 0 | 0.57 | 0.18 | 0.31 | 318.6 | 0.4 | 0.49 |
| Hex | AF | 4B | 90 | 0 | 39 | 12 | 1F | 13F | 28 | 31 |
| Octal | 257 | 113 | 220 | 0 | 71 | 22 | 37 | 477 | 50 | 61 |
| Binary | 10101111 | 1001011 | 10010000 | 0 | 111001 | 10010 | 11111 | 100111111 | 101000 | 110001 |
Color Harmonies of #AF4B90
Complementary color
Monochromatic Colors of #AF4B90
Black with #AF4B90
Text Example
Text Example
White with #AF4B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4B90; }
p { color: rgb(175,75,144); }
H1.HeaderClassName
{
color: #AF4B90;
}
.AnyTagClassName
{
color: #AF4B90;
}
</style>
background-color css
<style>
a { background-color: #AF4B90; }
a { background-color: rgb(175,75,144); }
div.DivClassName
{
background-color: #AF4B90;
}
.BgClassName
{
background-color: #AF4B90;
}
</style>
border-color css
<style>
span { border-color: #AF4B90; }
span { border-color: rgb(175,75,144); }
td.TdClassName
{
border-color: #AF4B90;
}
.TagClassName
{
border-color: #AF4B90;
}
</style>