Shades of Mulberry #AF528B
Tints of Mulberry #AF528B
RGB
CMYK
RGB Variations
Color information
#AF528B (or 0xAF528B) is known color: Mulberry. HEX triplet: AF, 52 and 8B. RGB value is (175,82,139). Sum of RGB (Red+Green+Blue) = 175+82+139=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF528B is #50AD74. Grayscale: #747474. Windows color (decimal): -5287285 or 9130671. OLE color: 9130671.
HSL color Cylindrical-coordinate representation of color #AF528B: hue angle of 323.23º 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 #AF528B is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 139 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.31 |
| HSL | 323.23º | 0.37% | 0.5% | - |
| HSV(B) | 323.23º | 0.53% | 0.69% | - |
| XYZ | 25.36 | 17.01 | 26.37 | - |
| YUV | 116.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 139 | 0 | 0.53 | 0.21 | 0.31 | 323.23 | 0.37 | 0.5 |
| Hex | AF | 52 | 8B | 0 | 35 | 15 | 1F | 143 | 25 | 32 |
| Octal | 257 | 122 | 213 | 0 | 65 | 25 | 37 | 503 | 45 | 62 |
| Binary | 10101111 | 1010010 | 10001011 | 0 | 110101 | 10101 | 11111 | 101000011 | 100101 | 110010 |
Color Harmonies of #AF528B
Complementary color
Monochromatic Colors of #AF528B
Black with #AF528B
Text Example
Text Example
White with #AF528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF528B; }
p { color: rgb(175,82,139); }
H1.HeaderClassName
{
color: #AF528B;
}
.AnyTagClassName
{
color: #AF528B;
}
</style>
background-color css
<style>
a { background-color: #AF528B; }
a { background-color: rgb(175,82,139); }
div.DivClassName
{
background-color: #AF528B;
}
.BgClassName
{
background-color: #AF528B;
}
</style>
border-color css
<style>
span { border-color: #AF528B; }
span { border-color: rgb(175,82,139); }
td.TdClassName
{
border-color: #AF528B;
}
.TagClassName
{
border-color: #AF528B;
}
</style>