Shades of Mulberry #AF528C
Tints of Mulberry #AF528C
RGB
CMYK
RGB Variations
Color information
#AF528C (or 0xAF528C) is known color: Mulberry. HEX triplet: AF, 52 and 8C. RGB value is (175,82,140). Sum of RGB (Red+Green+Blue) = 175+82+140=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF528C is #50AD73. Grayscale: #747474. Windows color (decimal): -5287284 or 9196207. OLE color: 9196207.
HSL color Cylindrical-coordinate representation of color #AF528C: hue angle of 322.58º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF528C is Cyan = 0, Magento = 0.53, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 140 | - |
| CMYK | 0 | 0.53 | 0.2 | 0.31 |
| HSL | 322.58º | 0.37% | 0.5% | - |
| HSV(B) | 322.58º | 0.53% | 0.69% | - |
| XYZ | 25.43 | 17.04 | 26.76 | - |
| YUV | 116.42 | 141.31 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 140 | 0 | 0.53 | 0.2 | 0.31 | 322.58 | 0.37 | 0.5 |
| Hex | AF | 52 | 8C | 0 | 35 | 14 | 1F | 143 | 25 | 32 |
| Octal | 257 | 122 | 214 | 0 | 65 | 24 | 37 | 503 | 45 | 62 |
| Binary | 10101111 | 1010010 | 10001100 | 0 | 110101 | 10100 | 11111 | 101000011 | 100101 | 110010 |
Color Harmonies of #AF528C
Complementary color
Monochromatic Colors of #AF528C
Black with #AF528C
Text Example
Text Example
White with #AF528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF528C; }
p { color: rgb(175,82,140); }
H1.HeaderClassName
{
color: #AF528C;
}
.AnyTagClassName
{
color: #AF528C;
}
</style>
background-color css
<style>
a { background-color: #AF528C; }
a { background-color: rgb(175,82,140); }
div.DivClassName
{
background-color: #AF528C;
}
.BgClassName
{
background-color: #AF528C;
}
</style>
border-color css
<style>
span { border-color: #AF528C; }
span { border-color: rgb(175,82,140); }
td.TdClassName
{
border-color: #AF528C;
}
.TagClassName
{
border-color: #AF528C;
}
</style>