Shades of Mulberry #AF548C
Tints of Mulberry #AF548C
RGB
CMYK
RGB Variations
Color information
#AF548C (or 0xAF548C) is known color: Mulberry. HEX triplet: AF, 54 and 8C. RGB value is (175,84,140). Sum of RGB (Red+Green+Blue) = 175+84+140=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF548C is #50AB73. Grayscale: #757575. Windows color (decimal): -5286772 or 9196719. OLE color: 9196719.
HSL color Cylindrical-coordinate representation of color #AF548C: hue angle of 323.08º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF548C is Cyan = 0, Magento = 0.52, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 140 | - |
| CMYK | 0 | 0.52 | 0.2 | 0.31 |
| HSL | 323.08º | 0.36% | 0.51% | - |
| HSV(B) | 323.08º | 0.52% | 0.69% | - |
| XYZ | 25.58 | 17.35 | 26.81 | - |
| YUV | 117.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 140 | 0 | 0.52 | 0.2 | 0.31 | 323.08 | 0.36 | 0.51 |
| Hex | AF | 54 | 8C | 0 | 34 | 14 | 1F | 143 | 24 | 33 |
| Octal | 257 | 124 | 214 | 0 | 64 | 24 | 37 | 503 | 44 | 63 |
| Binary | 10101111 | 1010100 | 10001100 | 0 | 110100 | 10100 | 11111 | 101000011 | 100100 | 110011 |
Color Harmonies of #AF548C
Complementary color
Monochromatic Colors of #AF548C
Black with #AF548C
Text Example
Text Example
White with #AF548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF548C; }
p { color: rgb(175,84,140); }
H1.HeaderClassName
{
color: #AF548C;
}
.AnyTagClassName
{
color: #AF548C;
}
</style>
background-color css
<style>
a { background-color: #AF548C; }
a { background-color: rgb(175,84,140); }
div.DivClassName
{
background-color: #AF548C;
}
.BgClassName
{
background-color: #AF548C;
}
</style>
border-color css
<style>
span { border-color: #AF548C; }
span { border-color: rgb(175,84,140); }
td.TdClassName
{
border-color: #AF548C;
}
.TagClassName
{
border-color: #AF548C;
}
</style>