Shades of Mulberry #AF488A
Tints of Mulberry #AF488A
RGB
CMYK
RGB Variations
Color information
#AF488A (or 0xAF488A) is known color: Mulberry. HEX triplet: AF, 48 and 8A. RGB value is (175,72,138). Sum of RGB (Red+Green+Blue) = 175+72+138=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF488A is #50B775. Grayscale: #6E6E6E. Windows color (decimal): -5289846 or 9062575. OLE color: 9062575.
HSL color Cylindrical-coordinate representation of color #AF488A: hue angle of 321.55º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF488A is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 138 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.31 |
| HSL | 321.55º | 0.42% | 0.48% | - |
| HSV(B) | 321.55º | 0.59% | 0.69% | - |
| XYZ | 24.58 | 15.58 | 25.76 | - |
| YUV | 110.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 138 | 0 | 0.59 | 0.21 | 0.31 | 321.55 | 0.42 | 0.48 |
| Hex | AF | 48 | 8A | 0 | 3B | 15 | 1F | 142 | 2A | 30 |
| Octal | 257 | 110 | 212 | 0 | 73 | 25 | 37 | 502 | 52 | 60 |
| Binary | 10101111 | 1001000 | 10001010 | 0 | 111011 | 10101 | 11111 | 101000010 | 101010 | 110000 |
Color Harmonies of #AF488A
Complementary color
Monochromatic Colors of #AF488A
Black with #AF488A
Text Example
Text Example
White with #AF488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF488A; }
p { color: rgb(175,72,138); }
H1.HeaderClassName
{
color: #AF488A;
}
.AnyTagClassName
{
color: #AF488A;
}
</style>
background-color css
<style>
a { background-color: #AF488A; }
a { background-color: rgb(175,72,138); }
div.DivClassName
{
background-color: #AF488A;
}
.BgClassName
{
background-color: #AF488A;
}
</style>
border-color css
<style>
span { border-color: #AF488A; }
span { border-color: rgb(175,72,138); }
td.TdClassName
{
border-color: #AF488A;
}
.TagClassName
{
border-color: #AF488A;
}
</style>