Shades of Medium Red Violet #AF3990
Tints of Medium Red Violet #AF3990
RGB
CMYK
RGB Variations
Color information
#AF3990 (or 0xAF3990) is known color: Medium Red Violet. HEX triplet: AF, 39 and 90. RGB value is (175,57,144). Sum of RGB (Red+Green+Blue) = 175+57+144=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3990 is #50C66F. Grayscale: #656565. Windows color (decimal): -5293680 or 9451951. OLE color: 9451951.
HSL color Cylindrical-coordinate representation of color #AF3990: hue angle of 315.76º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3990 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 144 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.31 |
| HSL | 315.76º | 0.51% | 0.45% | - |
| HSV(B) | 315.76º | 0.67% | 0.69% | - |
| XYZ | 24.18 | 14.05 | 27.82 | - |
| YUV | 102.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 144 | 0 | 0.67 | 0.18 | 0.31 | 315.76 | 0.51 | 0.45 |
| Hex | AF | 39 | 90 | 0 | 43 | 12 | 1F | 13C | 33 | 2D |
| Octal | 257 | 71 | 220 | 0 | 103 | 22 | 37 | 474 | 63 | 55 |
| Binary | 10101111 | 111001 | 10010000 | 0 | 1000011 | 10010 | 11111 | 100111100 | 110011 | 101101 |
Color Harmonies of #AF3990
Complementary color
Monochromatic Colors of #AF3990
Black with #AF3990
Text Example
Text Example
White with #AF3990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3990; }
p { color: rgb(175,57,144); }
H1.HeaderClassName
{
color: #AF3990;
}
.AnyTagClassName
{
color: #AF3990;
}
</style>
background-color css
<style>
a { background-color: #AF3990; }
a { background-color: rgb(175,57,144); }
div.DivClassName
{
background-color: #AF3990;
}
.BgClassName
{
background-color: #AF3990;
}
</style>
border-color css
<style>
span { border-color: #AF3990; }
span { border-color: rgb(175,57,144); }
td.TdClassName
{
border-color: #AF3990;
}
.TagClassName
{
border-color: #AF3990;
}
</style>