Shades of Mulberry #AF4A98
Tints of Mulberry #AF4A98
RGB
CMYK
RGB Variations
Color information
#AF4A98 (or 0xAF4A98) is known color: Mulberry. HEX triplet: AF, 4A and 98. RGB value is (175,74,152). Sum of RGB (Red+Green+Blue) = 175+74+152=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A98 is #50B567. Grayscale: #707070. Windows color (decimal): -5289320 or 9980591. OLE color: 9980591.
HSL color Cylindrical-coordinate representation of color #AF4A98: hue angle of 313.66º 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 #AF4A98 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 152 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.31 |
| HSL | 313.66º | 0.41% | 0.49% | - |
| HSV(B) | 313.66º | 0.58% | 0.69% | - |
| XYZ | 25.8 | 16.28 | 31.49 | - |
| YUV | 113.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 152 | 0 | 0.58 | 0.13 | 0.31 | 313.66 | 0.41 | 0.49 |
| Hex | AF | 4A | 98 | 0 | 3A | D | 1F | 13A | 29 | 31 |
| Octal | 257 | 112 | 230 | 0 | 72 | 15 | 37 | 472 | 51 | 61 |
| Binary | 10101111 | 1001010 | 10011000 | 0 | 111010 | 1101 | 11111 | 100111010 | 101001 | 110001 |
Color Harmonies of #AF4A98
Complementary color
Monochromatic Colors of #AF4A98
Black with #AF4A98
Text Example
Text Example
White with #AF4A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A98; }
p { color: rgb(175,74,152); }
H1.HeaderClassName
{
color: #AF4A98;
}
.AnyTagClassName
{
color: #AF4A98;
}
</style>
background-color css
<style>
a { background-color: #AF4A98; }
a { background-color: rgb(175,74,152); }
div.DivClassName
{
background-color: #AF4A98;
}
.BgClassName
{
background-color: #AF4A98;
}
</style>
border-color css
<style>
span { border-color: #AF4A98; }
span { border-color: rgb(175,74,152); }
td.TdClassName
{
border-color: #AF4A98;
}
.TagClassName
{
border-color: #AF4A98;
}
</style>