Shades of Mulberry #AF4E8C
Tints of Mulberry #AF4E8C
RGB
CMYK
RGB Variations
Color information
#AF4E8C (or 0xAF4E8C) is known color: Mulberry. HEX triplet: AF, 4E and 8C. RGB value is (175,78,140). Sum of RGB (Red+Green+Blue) = 175+78+140=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E8C is #50B173. Grayscale: #717171. Windows color (decimal): -5288308 or 9195183. OLE color: 9195183.
HSL color Cylindrical-coordinate representation of color #AF4E8C: hue angle of 321.65º 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 #AF4E8C is Cyan = 0, Magento = 0.55, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 140 | - |
| CMYK | 0 | 0.55 | 0.2 | 0.31 |
| HSL | 321.65º | 0.38% | 0.5% | - |
| HSV(B) | 321.65º | 0.55% | 0.69% | - |
| XYZ | 25.14 | 16.46 | 26.66 | - |
| YUV | 114.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 140 | 0 | 0.55 | 0.2 | 0.31 | 321.65 | 0.38 | 0.5 |
| Hex | AF | 4E | 8C | 0 | 37 | 14 | 1F | 142 | 26 | 32 |
| Octal | 257 | 116 | 214 | 0 | 67 | 24 | 37 | 502 | 46 | 62 |
| Binary | 10101111 | 1001110 | 10001100 | 0 | 110111 | 10100 | 11111 | 101000010 | 100110 | 110010 |
Color Harmonies of #AF4E8C
Complementary color
Monochromatic Colors of #AF4E8C
Black with #AF4E8C
Text Example
Text Example
White with #AF4E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E8C; }
p { color: rgb(175,78,140); }
H1.HeaderClassName
{
color: #AF4E8C;
}
.AnyTagClassName
{
color: #AF4E8C;
}
</style>
background-color css
<style>
a { background-color: #AF4E8C; }
a { background-color: rgb(175,78,140); }
div.DivClassName
{
background-color: #AF4E8C;
}
.BgClassName
{
background-color: #AF4E8C;
}
</style>
border-color css
<style>
span { border-color: #AF4E8C; }
span { border-color: rgb(175,78,140); }
td.TdClassName
{
border-color: #AF4E8C;
}
.TagClassName
{
border-color: #AF4E8C;
}
</style>