Shades of Medium Red Violet #AF3080
Tints of Medium Red Violet #AF3080
RGB
CMYK
RGB Variations
Color information
#AF3080 (or 0xAF3080) is known color: Medium Red Violet. HEX triplet: AF, 30 and 80. RGB value is (175,48,128). Sum of RGB (Red+Green+Blue) = 175+48+128=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3080 is #50CF7F. Grayscale: #5E5E5E. Windows color (decimal): -5296000 or 8401071. OLE color: 8401071.
HSL color Cylindrical-coordinate representation of color #AF3080: hue angle of 322.2º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3080 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 128 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.31 |
| HSL | 322.2º | 0.57% | 0.44% | - |
| HSV(B) | 322.2º | 0.73% | 0.69% | - |
| XYZ | 22.63 | 12.79 | 21.7 | - |
| YUV | 95.09 | 146.58 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 128 | 0 | 0.73 | 0.27 | 0.31 | 322.2 | 0.57 | 0.44 |
| Hex | AF | 30 | 80 | 0 | 49 | 1B | 1F | 142 | 39 | 2C |
| Octal | 257 | 60 | 200 | 0 | 111 | 33 | 37 | 502 | 71 | 54 |
| Binary | 10101111 | 110000 | 10000000 | 0 | 1001001 | 11011 | 11111 | 101000010 | 111001 | 101100 |
Color Harmonies of #AF3080
Complementary color
Monochromatic Colors of #AF3080
Black with #AF3080
Text Example
Text Example
White with #AF3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3080; }
p { color: rgb(175,48,128); }
H1.HeaderClassName
{
color: #AF3080;
}
.AnyTagClassName
{
color: #AF3080;
}
</style>
background-color css
<style>
a { background-color: #AF3080; }
a { background-color: rgb(175,48,128); }
div.DivClassName
{
background-color: #AF3080;
}
.BgClassName
{
background-color: #AF3080;
}
</style>
border-color css
<style>
span { border-color: #AF3080; }
span { border-color: rgb(175,48,128); }
td.TdClassName
{
border-color: #AF3080;
}
.TagClassName
{
border-color: #AF3080;
}
</style>