Shades of Mulberry #AF5A8B
Tints of Mulberry #AF5A8B
RGB
CMYK
RGB Variations
Color information
#AF5A8B (or 0xAF5A8B) is known color: Mulberry. HEX triplet: AF, 5A and 8B. RGB value is (175,90,139). Sum of RGB (Red+Green+Blue) = 175+90+139=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5A8B is #50A574. Grayscale: #787878. Windows color (decimal): -5285237 or 9132719. OLE color: 9132719.
HSL color Cylindrical-coordinate representation of color #AF5A8B: hue angle of 325.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5A8B is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 139 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.31 |
| HSL | 325.41º | 0.35% | 0.52% | - |
| HSV(B) | 325.41º | 0.49% | 0.69% | - |
| XYZ | 26 | 18.29 | 26.59 | - |
| YUV | 121 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 139 | 0 | 0.49 | 0.21 | 0.31 | 325.41 | 0.35 | 0.52 |
| Hex | AF | 5A | 8B | 0 | 31 | 15 | 1F | 145 | 23 | 34 |
| Octal | 257 | 132 | 213 | 0 | 61 | 25 | 37 | 505 | 43 | 64 |
| Binary | 10101111 | 1011010 | 10001011 | 0 | 110001 | 10101 | 11111 | 101000101 | 100011 | 110100 |
Color Harmonies of #AF5A8B
Complementary color
Monochromatic Colors of #AF5A8B
Black with #AF5A8B
Text Example
Text Example
White with #AF5A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A8B; }
p { color: rgb(175,90,139); }
H1.HeaderClassName
{
color: #AF5A8B;
}
.AnyTagClassName
{
color: #AF5A8B;
}
</style>
background-color css
<style>
a { background-color: #AF5A8B; }
a { background-color: rgb(175,90,139); }
div.DivClassName
{
background-color: #AF5A8B;
}
.BgClassName
{
background-color: #AF5A8B;
}
</style>
border-color css
<style>
span { border-color: #AF5A8B; }
span { border-color: rgb(175,90,139); }
td.TdClassName
{
border-color: #AF5A8B;
}
.TagClassName
{
border-color: #AF5A8B;
}
</style>