Shades of Mulberry #AF4790
Tints of Mulberry #AF4790
RGB
CMYK
RGB Variations
Color information
#AF4790 (or 0xAF4790) is known color: Mulberry. HEX triplet: AF, 47 and 90. RGB value is (175,71,144). Sum of RGB (Red+Green+Blue) = 175+71+144=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4790 is #50B86F. Grayscale: #6E6E6E. Windows color (decimal): -5290096 or 9455535. OLE color: 9455535.
HSL color Cylindrical-coordinate representation of color #AF4790: hue angle of 317.88º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4790 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 144 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.31 |
| HSL | 317.88º | 0.42% | 0.48% | - |
| HSV(B) | 317.88º | 0.59% | 0.69% | - |
| XYZ | 24.97 | 15.63 | 28.09 | - |
| YUV | 110.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 144 | 0 | 0.59 | 0.18 | 0.31 | 317.88 | 0.42 | 0.48 |
| Hex | AF | 47 | 90 | 0 | 3B | 12 | 1F | 13E | 2A | 30 |
| Octal | 257 | 107 | 220 | 0 | 73 | 22 | 37 | 476 | 52 | 60 |
| Binary | 10101111 | 1000111 | 10010000 | 0 | 111011 | 10010 | 11111 | 100111110 | 101010 | 110000 |
Color Harmonies of #AF4790
Complementary color
Monochromatic Colors of #AF4790
Black with #AF4790
Text Example
Text Example
White with #AF4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4790; }
p { color: rgb(175,71,144); }
H1.HeaderClassName
{
color: #AF4790;
}
.AnyTagClassName
{
color: #AF4790;
}
</style>
background-color css
<style>
a { background-color: #AF4790; }
a { background-color: rgb(175,71,144); }
div.DivClassName
{
background-color: #AF4790;
}
.BgClassName
{
background-color: #AF4790;
}
</style>
border-color css
<style>
span { border-color: #AF4790; }
span { border-color: rgb(175,71,144); }
td.TdClassName
{
border-color: #AF4790;
}
.TagClassName
{
border-color: #AF4790;
}
</style>