Shades of Mulberry #AF4A89
Tints of Mulberry #AF4A89
RGB
CMYK
RGB Variations
Color information
#AF4A89 (or 0xAF4A89) is known color: Mulberry. HEX triplet: AF, 4A and 89. RGB value is (175,74,137). Sum of RGB (Red+Green+Blue) = 175+74+137=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A89 is #50B576. Grayscale: #6F6F6F. Windows color (decimal): -5289335 or 8997551. OLE color: 8997551.
HSL color Cylindrical-coordinate representation of color #AF4A89: hue angle of 322.57º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4A89 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 137 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.31 |
| HSL | 322.57º | 0.41% | 0.49% | - |
| HSV(B) | 322.57º | 0.58% | 0.69% | - |
| XYZ | 24.64 | 15.82 | 25.42 | - |
| YUV | 111.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 137 | 0 | 0.58 | 0.22 | 0.31 | 322.57 | 0.41 | 0.49 |
| Hex | AF | 4A | 89 | 0 | 3A | 16 | 1F | 143 | 29 | 31 |
| Octal | 257 | 112 | 211 | 0 | 72 | 26 | 37 | 503 | 51 | 61 |
| Binary | 10101111 | 1001010 | 10001001 | 0 | 111010 | 10110 | 11111 | 101000011 | 101001 | 110001 |
Color Harmonies of #AF4A89
Complementary color
Monochromatic Colors of #AF4A89
Black with #AF4A89
Text Example
Text Example
White with #AF4A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A89; }
p { color: rgb(175,74,137); }
H1.HeaderClassName
{
color: #AF4A89;
}
.AnyTagClassName
{
color: #AF4A89;
}
</style>
background-color css
<style>
a { background-color: #AF4A89; }
a { background-color: rgb(175,74,137); }
div.DivClassName
{
background-color: #AF4A89;
}
.BgClassName
{
background-color: #AF4A89;
}
</style>
border-color css
<style>
span { border-color: #AF4A89; }
span { border-color: rgb(175,74,137); }
td.TdClassName
{
border-color: #AF4A89;
}
.TagClassName
{
border-color: #AF4A89;
}
</style>