Shades of Mulberry #AF548A
Tints of Mulberry #AF548A
RGB
CMYK
RGB Variations
Color information
#AF548A (or 0xAF548A) is known color: Mulberry. HEX triplet: AF, 54 and 8A. RGB value is (175,84,138). Sum of RGB (Red+Green+Blue) = 175+84+138=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF548A is #50AB75. Grayscale: #757575. Windows color (decimal): -5286774 or 9065647. OLE color: 9065647.
HSL color Cylindrical-coordinate representation of color #AF548A: hue angle of 324.4º 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 #AF548A is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 138 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.31 |
| HSL | 324.4º | 0.36% | 0.51% | - |
| HSV(B) | 324.4º | 0.52% | 0.69% | - |
| XYZ | 25.44 | 17.29 | 26.04 | - |
| YUV | 117.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 138 | 0 | 0.52 | 0.21 | 0.31 | 324.4 | 0.36 | 0.51 |
| Hex | AF | 54 | 8A | 0 | 34 | 15 | 1F | 144 | 24 | 33 |
| Octal | 257 | 124 | 212 | 0 | 64 | 25 | 37 | 504 | 44 | 63 |
| Binary | 10101111 | 1010100 | 10001010 | 0 | 110100 | 10101 | 11111 | 101000100 | 100100 | 110011 |
Color Harmonies of #AF548A
Complementary color
Monochromatic Colors of #AF548A
Black with #AF548A
Text Example
Text Example
White with #AF548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF548A; }
p { color: rgb(175,84,138); }
H1.HeaderClassName
{
color: #AF548A;
}
.AnyTagClassName
{
color: #AF548A;
}
</style>
background-color css
<style>
a { background-color: #AF548A; }
a { background-color: rgb(175,84,138); }
div.DivClassName
{
background-color: #AF548A;
}
.BgClassName
{
background-color: #AF548A;
}
</style>
border-color css
<style>
span { border-color: #AF548A; }
span { border-color: rgb(175,84,138); }
td.TdClassName
{
border-color: #AF548A;
}
.TagClassName
{
border-color: #AF548A;
}
</style>