Shades of Mulberry #AF4E8A
Tints of Mulberry #AF4E8A
RGB
CMYK
RGB Variations
Color information
#AF4E8A (or 0xAF4E8A) is known color: Mulberry. HEX triplet: AF, 4E and 8A. RGB value is (175,78,138). Sum of RGB (Red+Green+Blue) = 175+78+138=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E8A is #50B175. Grayscale: #717171. Windows color (decimal): -5288310 or 9064111. OLE color: 9064111.
HSL color Cylindrical-coordinate representation of color #AF4E8A: hue angle of 322.89º 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 #AF4E8A is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 138 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.31 |
| HSL | 322.89º | 0.38% | 0.5% | - |
| HSV(B) | 322.89º | 0.55% | 0.69% | - |
| XYZ | 24.99 | 16.4 | 25.89 | - |
| YUV | 113.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 138 | 0 | 0.55 | 0.21 | 0.31 | 322.89 | 0.38 | 0.5 |
| Hex | AF | 4E | 8A | 0 | 37 | 15 | 1F | 143 | 26 | 32 |
| Octal | 257 | 116 | 212 | 0 | 67 | 25 | 37 | 503 | 46 | 62 |
| Binary | 10101111 | 1001110 | 10001010 | 0 | 110111 | 10101 | 11111 | 101000011 | 100110 | 110010 |
Color Harmonies of #AF4E8A
Complementary color
Monochromatic Colors of #AF4E8A
Black with #AF4E8A
Text Example
Text Example
White with #AF4E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E8A; }
p { color: rgb(175,78,138); }
H1.HeaderClassName
{
color: #AF4E8A;
}
.AnyTagClassName
{
color: #AF4E8A;
}
</style>
background-color css
<style>
a { background-color: #AF4E8A; }
a { background-color: rgb(175,78,138); }
div.DivClassName
{
background-color: #AF4E8A;
}
.BgClassName
{
background-color: #AF4E8A;
}
</style>
border-color css
<style>
span { border-color: #AF4E8A; }
span { border-color: rgb(175,78,138); }
td.TdClassName
{
border-color: #AF4E8A;
}
.TagClassName
{
border-color: #AF4E8A;
}
</style>