Shades of Mulberry #AF4F8C
Tints of Mulberry #AF4F8C
RGB
CMYK
RGB Variations
Color information
#AF4F8C (or 0xAF4F8C) is known color: Mulberry. HEX triplet: AF, 4F and 8C. RGB value is (175,79,140). Sum of RGB (Red+Green+Blue) = 175+79+140=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4F8C is #50B073. Grayscale: #727272. Windows color (decimal): -5288052 or 9195439. OLE color: 9195439.
HSL color Cylindrical-coordinate representation of color #AF4F8C: hue angle of 321.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4F8C is Cyan = 0, Magento = 0.55, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 140 | - |
| CMYK | 0 | 0.55 | 0.2 | 0.31 |
| HSL | 321.88º | 0.38% | 0.5% | - |
| HSV(B) | 321.88º | 0.55% | 0.69% | - |
| XYZ | 25.21 | 16.6 | 26.69 | - |
| YUV | 114.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 140 | 0 | 0.55 | 0.2 | 0.31 | 321.88 | 0.38 | 0.5 |
| Hex | AF | 4F | 8C | 0 | 37 | 14 | 1F | 142 | 26 | 32 |
| Octal | 257 | 117 | 214 | 0 | 67 | 24 | 37 | 502 | 46 | 62 |
| Binary | 10101111 | 1001111 | 10001100 | 0 | 110111 | 10100 | 11111 | 101000010 | 100110 | 110010 |
Color Harmonies of #AF4F8C
Complementary color
Monochromatic Colors of #AF4F8C
Black with #AF4F8C
Text Example
Text Example
White with #AF4F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F8C; }
p { color: rgb(175,79,140); }
H1.HeaderClassName
{
color: #AF4F8C;
}
.AnyTagClassName
{
color: #AF4F8C;
}
</style>
background-color css
<style>
a { background-color: #AF4F8C; }
a { background-color: rgb(175,79,140); }
div.DivClassName
{
background-color: #AF4F8C;
}
.BgClassName
{
background-color: #AF4F8C;
}
</style>
border-color css
<style>
span { border-color: #AF4F8C; }
span { border-color: rgb(175,79,140); }
td.TdClassName
{
border-color: #AF4F8C;
}
.TagClassName
{
border-color: #AF4F8C;
}
</style>