Shades of Mulberry #AF578B
Tints of Mulberry #AF578B
RGB
CMYK
RGB Variations
Color information
#AF578B (or 0xAF578B) is known color: Mulberry. HEX triplet: AF, 57 and 8B. RGB value is (175,87,139). Sum of RGB (Red+Green+Blue) = 175+87+139=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF578B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF578B is #50A874. Grayscale: #777777. Windows color (decimal): -5286005 or 9131951. OLE color: 9131951.
HSL color Cylindrical-coordinate representation of color #AF578B: hue angle of 324.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF578B is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 139 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.31 |
| HSL | 324.55º | 0.35% | 0.51% | - |
| HSV(B) | 324.55º | 0.5% | 0.69% | - |
| XYZ | 25.75 | 17.79 | 26.5 | - |
| YUV | 119.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 139 | 0 | 0.50 | 0.21 | 0.31 | 324.55 | 0.35 | 0.51 |
| Hex | AF | 57 | 8B | 0 | 32 | 15 | 1F | 145 | 23 | 33 |
| Octal | 257 | 127 | 213 | 0 | 62 | 25 | 37 | 505 | 43 | 63 |
| Binary | 10101111 | 1010111 | 10001011 | 0 | 110010 | 10101 | 11111 | 101000101 | 100011 | 110011 |
Color Harmonies of #AF578B
Complementary color
Monochromatic Colors of #AF578B
Black with #AF578B
Text Example
Text Example
White with #AF578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF578B; }
p { color: rgb(175,87,139); }
H1.HeaderClassName
{
color: #AF578B;
}
.AnyTagClassName
{
color: #AF578B;
}
</style>
background-color css
<style>
a { background-color: #AF578B; }
a { background-color: rgb(175,87,139); }
div.DivClassName
{
background-color: #AF578B;
}
.BgClassName
{
background-color: #AF578B;
}
</style>
border-color css
<style>
span { border-color: #AF578B; }
span { border-color: rgb(175,87,139); }
td.TdClassName
{
border-color: #AF578B;
}
.TagClassName
{
border-color: #AF578B;
}
</style>