Shades of Mulberry #AF4D8C
Tints of Mulberry #AF4D8C
RGB
CMYK
RGB Variations
Color information
#AF4D8C (or 0xAF4D8C) is known color: Mulberry. HEX triplet: AF, 4D and 8C. RGB value is (175,77,140). Sum of RGB (Red+Green+Blue) = 175+77+140=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4D8C is #50B273. Grayscale: #717171. Windows color (decimal): -5288564 or 9194927. OLE color: 9194927.
HSL color Cylindrical-coordinate representation of color #AF4D8C: hue angle of 321.43º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D8C is Cyan = 0, Magento = 0.56, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 140 | - |
| CMYK | 0 | 0.56 | 0.2 | 0.31 |
| HSL | 321.43º | 0.39% | 0.49% | - |
| HSV(B) | 321.43º | 0.56% | 0.69% | - |
| XYZ | 25.07 | 16.32 | 26.64 | - |
| YUV | 113.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 140 | 0 | 0.56 | 0.2 | 0.31 | 321.43 | 0.39 | 0.49 |
| Hex | AF | 4D | 8C | 0 | 38 | 14 | 1F | 141 | 27 | 31 |
| Octal | 257 | 115 | 214 | 0 | 70 | 24 | 37 | 501 | 47 | 61 |
| Binary | 10101111 | 1001101 | 10001100 | 0 | 111000 | 10100 | 11111 | 101000001 | 100111 | 110001 |
Color Harmonies of #AF4D8C
Complementary color
Monochromatic Colors of #AF4D8C
Black with #AF4D8C
Text Example
Text Example
White with #AF4D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D8C; }
p { color: rgb(175,77,140); }
H1.HeaderClassName
{
color: #AF4D8C;
}
.AnyTagClassName
{
color: #AF4D8C;
}
</style>
background-color css
<style>
a { background-color: #AF4D8C; }
a { background-color: rgb(175,77,140); }
div.DivClassName
{
background-color: #AF4D8C;
}
.BgClassName
{
background-color: #AF4D8C;
}
</style>
border-color css
<style>
span { border-color: #AF4D8C; }
span { border-color: rgb(175,77,140); }
td.TdClassName
{
border-color: #AF4D8C;
}
.TagClassName
{
border-color: #AF4D8C;
}
</style>