Shades of Mulberry #AF568A
Tints of Mulberry #AF568A
RGB
CMYK
RGB Variations
Color information
#AF568A (or 0xAF568A) is known color: Mulberry. HEX triplet: AF, 56 and 8A. RGB value is (175,86,138). Sum of RGB (Red+Green+Blue) = 175+86+138=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF568A is #50A975. Grayscale: #767676. Windows color (decimal): -5286262 or 9066159. OLE color: 9066159.
HSL color Cylindrical-coordinate representation of color #AF568A: hue angle of 324.94º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF568A is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 138 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.31 |
| HSL | 324.94º | 0.36% | 0.51% | - |
| HSV(B) | 324.94º | 0.51% | 0.69% | - |
| XYZ | 25.59 | 17.6 | 26.09 | - |
| YUV | 118.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 138 | 0 | 0.51 | 0.21 | 0.31 | 324.94 | 0.36 | 0.51 |
| Hex | AF | 56 | 8A | 0 | 33 | 15 | 1F | 145 | 24 | 33 |
| Octal | 257 | 126 | 212 | 0 | 63 | 25 | 37 | 505 | 44 | 63 |
| Binary | 10101111 | 1010110 | 10001010 | 0 | 110011 | 10101 | 11111 | 101000101 | 100100 | 110011 |
Color Harmonies of #AF568A
Complementary color
Monochromatic Colors of #AF568A
Black with #AF568A
Text Example
Text Example
White with #AF568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF568A; }
p { color: rgb(175,86,138); }
H1.HeaderClassName
{
color: #AF568A;
}
.AnyTagClassName
{
color: #AF568A;
}
</style>
background-color css
<style>
a { background-color: #AF568A; }
a { background-color: rgb(175,86,138); }
div.DivClassName
{
background-color: #AF568A;
}
.BgClassName
{
background-color: #AF568A;
}
</style>
border-color css
<style>
span { border-color: #AF568A; }
span { border-color: rgb(175,86,138); }
td.TdClassName
{
border-color: #AF568A;
}
.TagClassName
{
border-color: #AF568A;
}
</style>