Shades of Mulberry #AF4F90
Tints of Mulberry #AF4F90
RGB
CMYK
RGB Variations
Color information
#AF4F90 (or 0xAF4F90) is known color: Mulberry. HEX triplet: AF, 4F and 90. RGB value is (175,79,144). Sum of RGB (Red+Green+Blue) = 175+79+144=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4F90 is #50B06F. Grayscale: #727272. Windows color (decimal): -5288048 or 9457583. OLE color: 9457583.
HSL color Cylindrical-coordinate representation of color #AF4F90: hue angle of 319.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4F90 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 144 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.31 |
| HSL | 319.38º | 0.38% | 0.5% | - |
| HSV(B) | 319.38º | 0.55% | 0.69% | - |
| XYZ | 25.51 | 16.72 | 28.27 | - |
| YUV | 115.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 144 | 0 | 0.55 | 0.18 | 0.31 | 319.38 | 0.38 | 0.5 |
| Hex | AF | 4F | 90 | 0 | 37 | 12 | 1F | 13F | 26 | 32 |
| Octal | 257 | 117 | 220 | 0 | 67 | 22 | 37 | 477 | 46 | 62 |
| Binary | 10101111 | 1001111 | 10010000 | 0 | 110111 | 10010 | 11111 | 100111111 | 100110 | 110010 |
Color Harmonies of #AF4F90
Complementary color
Monochromatic Colors of #AF4F90
Black with #AF4F90
Text Example
Text Example
White with #AF4F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F90; }
p { color: rgb(175,79,144); }
H1.HeaderClassName
{
color: #AF4F90;
}
.AnyTagClassName
{
color: #AF4F90;
}
</style>
background-color css
<style>
a { background-color: #AF4F90; }
a { background-color: rgb(175,79,144); }
div.DivClassName
{
background-color: #AF4F90;
}
.BgClassName
{
background-color: #AF4F90;
}
</style>
border-color css
<style>
span { border-color: #AF4F90; }
span { border-color: rgb(175,79,144); }
td.TdClassName
{
border-color: #AF4F90;
}
.TagClassName
{
border-color: #AF4F90;
}
</style>