Shades of Mulberry #AF4888
Tints of Mulberry #AF4888
RGB
CMYK
RGB Variations
Color information
#AF4888 (or 0xAF4888) is known color: Mulberry. HEX triplet: AF, 48 and 88. RGB value is (175,72,136). Sum of RGB (Red+Green+Blue) = 175+72+136=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4888 is #50B777. Grayscale: #6D6D6D. Windows color (decimal): -5289848 or 8931503. OLE color: 8931503.
HSL color Cylindrical-coordinate representation of color #AF4888: hue angle of 322.72º 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 #AF4888 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 136 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.31 |
| HSL | 322.72º | 0.42% | 0.48% | - |
| HSV(B) | 322.72º | 0.59% | 0.69% | - |
| XYZ | 24.44 | 15.53 | 25 | - |
| YUV | 110.09 | 142.62 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 136 | 0 | 0.59 | 0.22 | 0.31 | 322.72 | 0.42 | 0.48 |
| Hex | AF | 48 | 88 | 0 | 3B | 16 | 1F | 143 | 2A | 30 |
| Octal | 257 | 110 | 210 | 0 | 73 | 26 | 37 | 503 | 52 | 60 |
| Binary | 10101111 | 1001000 | 10001000 | 0 | 111011 | 10110 | 11111 | 101000011 | 101010 | 110000 |
Color Harmonies of #AF4888
Complementary color
Monochromatic Colors of #AF4888
Black with #AF4888
Text Example
Text Example
White with #AF4888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4888; }
p { color: rgb(175,72,136); }
H1.HeaderClassName
{
color: #AF4888;
}
.AnyTagClassName
{
color: #AF4888;
}
</style>
background-color css
<style>
a { background-color: #AF4888; }
a { background-color: rgb(175,72,136); }
div.DivClassName
{
background-color: #AF4888;
}
.BgClassName
{
background-color: #AF4888;
}
</style>
border-color css
<style>
span { border-color: #AF4888; }
span { border-color: rgb(175,72,136); }
td.TdClassName
{
border-color: #AF4888;
}
.TagClassName
{
border-color: #AF4888;
}
</style>