Shades of Mulberry #AF4885
Tints of Mulberry #AF4885
RGB
CMYK
RGB Variations
Color information
#AF4885 (or 0xAF4885) is known color: Mulberry. HEX triplet: AF, 48 and 85. RGB value is (175,72,133). Sum of RGB (Red+Green+Blue) = 175+72+133=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4885 is #50B77A. Grayscale: #6D6D6D. Windows color (decimal): -5289851 or 8734895. OLE color: 8734895.
HSL color Cylindrical-coordinate representation of color #AF4885: hue angle of 324.47º 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 #AF4885 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 133 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.31 |
| HSL | 324.47º | 0.42% | 0.48% | - |
| HSV(B) | 324.47º | 0.59% | 0.69% | - |
| XYZ | 24.23 | 15.44 | 23.89 | - |
| YUV | 109.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 133 | 0 | 0.59 | 0.24 | 0.31 | 324.47 | 0.42 | 0.48 |
| Hex | AF | 48 | 85 | 0 | 3B | 18 | 1F | 144 | 2A | 30 |
| Octal | 257 | 110 | 205 | 0 | 73 | 30 | 37 | 504 | 52 | 60 |
| Binary | 10101111 | 1001000 | 10000101 | 0 | 111011 | 11000 | 11111 | 101000100 | 101010 | 110000 |
Color Harmonies of #AF4885
Complementary color
Monochromatic Colors of #AF4885
Black with #AF4885
Text Example
Text Example
White with #AF4885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4885; }
p { color: rgb(175,72,133); }
H1.HeaderClassName
{
color: #AF4885;
}
.AnyTagClassName
{
color: #AF4885;
}
</style>
background-color css
<style>
a { background-color: #AF4885; }
a { background-color: rgb(175,72,133); }
div.DivClassName
{
background-color: #AF4885;
}
.BgClassName
{
background-color: #AF4885;
}
</style>
border-color css
<style>
span { border-color: #AF4885; }
span { border-color: rgb(175,72,133); }
td.TdClassName
{
border-color: #AF4885;
}
.TagClassName
{
border-color: #AF4885;
}
</style>