Shades of Mulberry #AF558C
Tints of Mulberry #AF558C
RGB
CMYK
RGB Variations
Color information
#AF558C (or 0xAF558C) is known color: Mulberry. HEX triplet: AF, 55 and 8C. RGB value is (175,85,140). Sum of RGB (Red+Green+Blue) = 175+85+140=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF558C is #50AA73. Grayscale: #767676. Windows color (decimal): -5286516 or 9196975. OLE color: 9196975.
HSL color Cylindrical-coordinate representation of color #AF558C: hue angle of 323.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF558C is Cyan = 0, Magento = 0.51, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 140 | - |
| CMYK | 0 | 0.51 | 0.2 | 0.31 |
| HSL | 323.33º | 0.36% | 0.51% | - |
| HSV(B) | 323.33º | 0.51% | 0.69% | - |
| XYZ | 25.66 | 17.5 | 26.84 | - |
| YUV | 118.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 140 | 0 | 0.51 | 0.2 | 0.31 | 323.33 | 0.36 | 0.51 |
| Hex | AF | 55 | 8C | 0 | 33 | 14 | 1F | 143 | 24 | 33 |
| Octal | 257 | 125 | 214 | 0 | 63 | 24 | 37 | 503 | 44 | 63 |
| Binary | 10101111 | 1010101 | 10001100 | 0 | 110011 | 10100 | 11111 | 101000011 | 100100 | 110011 |
Color Harmonies of #AF558C
Complementary color
Monochromatic Colors of #AF558C
Black with #AF558C
Text Example
Text Example
White with #AF558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF558C; }
p { color: rgb(175,85,140); }
H1.HeaderClassName
{
color: #AF558C;
}
.AnyTagClassName
{
color: #AF558C;
}
</style>
background-color css
<style>
a { background-color: #AF558C; }
a { background-color: rgb(175,85,140); }
div.DivClassName
{
background-color: #AF558C;
}
.BgClassName
{
background-color: #AF558C;
}
</style>
border-color css
<style>
span { border-color: #AF558C; }
span { border-color: rgb(175,85,140); }
td.TdClassName
{
border-color: #AF558C;
}
.TagClassName
{
border-color: #AF558C;
}
</style>