Shades of Mulberry #AF538A
Tints of Mulberry #AF538A
RGB
CMYK
RGB Variations
Color information
#AF538A (or 0xAF538A) is known color: Mulberry. HEX triplet: AF, 53 and 8A. RGB value is (175,83,138). Sum of RGB (Red+Green+Blue) = 175+83+138=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF538A is #50AC75. Grayscale: #747474. Windows color (decimal): -5287030 or 9065391. OLE color: 9065391.
HSL color Cylindrical-coordinate representation of color #AF538A: hue angle of 324.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF538A is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 138 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.31 |
| HSL | 324.13º | 0.37% | 0.51% | - |
| HSV(B) | 324.13º | 0.53% | 0.69% | - |
| XYZ | 25.36 | 17.14 | 26.02 | - |
| YUV | 116.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 138 | 0 | 0.53 | 0.21 | 0.31 | 324.13 | 0.37 | 0.51 |
| Hex | AF | 53 | 8A | 0 | 35 | 15 | 1F | 144 | 25 | 33 |
| Octal | 257 | 123 | 212 | 0 | 65 | 25 | 37 | 504 | 45 | 63 |
| Binary | 10101111 | 1010011 | 10001010 | 0 | 110101 | 10101 | 11111 | 101000100 | 100101 | 110011 |
Color Harmonies of #AF538A
Complementary color
Monochromatic Colors of #AF538A
Black with #AF538A
Text Example
Text Example
White with #AF538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF538A; }
p { color: rgb(175,83,138); }
H1.HeaderClassName
{
color: #AF538A;
}
.AnyTagClassName
{
color: #AF538A;
}
</style>
background-color css
<style>
a { background-color: #AF538A; }
a { background-color: rgb(175,83,138); }
div.DivClassName
{
background-color: #AF538A;
}
.BgClassName
{
background-color: #AF538A;
}
</style>
border-color css
<style>
span { border-color: #AF538A; }
span { border-color: rgb(175,83,138); }
td.TdClassName
{
border-color: #AF538A;
}
.TagClassName
{
border-color: #AF538A;
}
</style>