Shades of Mulberry #AF528A
Tints of Mulberry #AF528A
RGB
CMYK
RGB Variations
Color information
#AF528A (or 0xAF528A) is known color: Mulberry. HEX triplet: AF, 52 and 8A. RGB value is (175,82,138). Sum of RGB (Red+Green+Blue) = 175+82+138=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF528A is #50AD75. Grayscale: #747474. Windows color (decimal): -5287286 or 9065135. OLE color: 9065135.
HSL color Cylindrical-coordinate representation of color #AF528A: hue angle of 323.87º 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 #AF528A is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 138 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.31 |
| HSL | 323.87º | 0.37% | 0.5% | - |
| HSV(B) | 323.87º | 0.53% | 0.69% | - |
| XYZ | 25.28 | 16.98 | 25.99 | - |
| YUV | 116.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 138 | 0 | 0.53 | 0.21 | 0.31 | 323.87 | 0.37 | 0.5 |
| Hex | AF | 52 | 8A | 0 | 35 | 15 | 1F | 144 | 25 | 32 |
| Octal | 257 | 122 | 212 | 0 | 65 | 25 | 37 | 504 | 45 | 62 |
| Binary | 10101111 | 1010010 | 10001010 | 0 | 110101 | 10101 | 11111 | 101000100 | 100101 | 110010 |
Color Harmonies of #AF528A
Complementary color
Monochromatic Colors of #AF528A
Black with #AF528A
Text Example
Text Example
White with #AF528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF528A; }
p { color: rgb(175,82,138); }
H1.HeaderClassName
{
color: #AF528A;
}
.AnyTagClassName
{
color: #AF528A;
}
</style>
background-color css
<style>
a { background-color: #AF528A; }
a { background-color: rgb(175,82,138); }
div.DivClassName
{
background-color: #AF528A;
}
.BgClassName
{
background-color: #AF528A;
}
</style>
border-color css
<style>
span { border-color: #AF528A; }
span { border-color: rgb(175,82,138); }
td.TdClassName
{
border-color: #AF528A;
}
.TagClassName
{
border-color: #AF528A;
}
</style>