Shades of Mulberry #AF478F
Tints of Mulberry #AF478F
RGB
CMYK
RGB Variations
Color information
#AF478F (or 0xAF478F) is known color: Mulberry. HEX triplet: AF, 47 and 8F. RGB value is (175,71,143). Sum of RGB (Red+Green+Blue) = 175+71+143=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF478F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF478F is #50B870. Grayscale: #6E6E6E. Windows color (decimal): -5290097 or 9389999. OLE color: 9389999.
HSL color Cylindrical-coordinate representation of color #AF478F: hue angle of 318.46º 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 #AF478F is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 143 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.31 |
| HSL | 318.46º | 0.42% | 0.48% | - |
| HSV(B) | 318.46º | 0.59% | 0.69% | - |
| XYZ | 24.89 | 15.6 | 27.69 | - |
| YUV | 110.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 143 | 0 | 0.59 | 0.18 | 0.31 | 318.46 | 0.42 | 0.48 |
| Hex | AF | 47 | 8F | 0 | 3B | 12 | 1F | 13E | 2A | 30 |
| Octal | 257 | 107 | 217 | 0 | 73 | 22 | 37 | 476 | 52 | 60 |
| Binary | 10101111 | 1000111 | 10001111 | 0 | 111011 | 10010 | 11111 | 100111110 | 101010 | 110000 |
Color Harmonies of #AF478F
Complementary color
Monochromatic Colors of #AF478F
Black with #AF478F
Text Example
Text Example
White with #AF478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF478F; }
p { color: rgb(175,71,143); }
H1.HeaderClassName
{
color: #AF478F;
}
.AnyTagClassName
{
color: #AF478F;
}
</style>
background-color css
<style>
a { background-color: #AF478F; }
a { background-color: rgb(175,71,143); }
div.DivClassName
{
background-color: #AF478F;
}
.BgClassName
{
background-color: #AF478F;
}
</style>
border-color css
<style>
span { border-color: #AF478F; }
span { border-color: rgb(175,71,143); }
td.TdClassName
{
border-color: #AF478F;
}
.TagClassName
{
border-color: #AF478F;
}
</style>