Shades of Medium Red Violet #AF3A80
Tints of Medium Red Violet #AF3A80
RGB
CMYK
RGB Variations
Color information
#AF3A80 (or 0xAF3A80) is known color: Medium Red Violet. HEX triplet: AF, 3A and 80. RGB value is (175,58,128). Sum of RGB (Red+Green+Blue) = 175+58+128=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3A80 is #50C57F. Grayscale: #646464. Windows color (decimal): -5293440 or 8403631. OLE color: 8403631.
HSL color Cylindrical-coordinate representation of color #AF3A80: hue angle of 324.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3A80 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 128 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.31 |
| HSL | 324.1º | 0.5% | 0.46% | - |
| HSV(B) | 324.1º | 0.67% | 0.69% | - |
| XYZ | 23.09 | 13.7 | 21.85 | - |
| YUV | 100.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 128 | 0 | 0.67 | 0.27 | 0.31 | 324.1 | 0.5 | 0.46 |
| Hex | AF | 3A | 80 | 0 | 43 | 1B | 1F | 144 | 32 | 2E |
| Octal | 257 | 72 | 200 | 0 | 103 | 33 | 37 | 504 | 62 | 56 |
| Binary | 10101111 | 111010 | 10000000 | 0 | 1000011 | 11011 | 11111 | 101000100 | 110010 | 101110 |
Color Harmonies of #AF3A80
Complementary color
Monochromatic Colors of #AF3A80
Black with #AF3A80
Text Example
Text Example
White with #AF3A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A80; }
p { color: rgb(175,58,128); }
H1.HeaderClassName
{
color: #AF3A80;
}
.AnyTagClassName
{
color: #AF3A80;
}
</style>
background-color css
<style>
a { background-color: #AF3A80; }
a { background-color: rgb(175,58,128); }
div.DivClassName
{
background-color: #AF3A80;
}
.BgClassName
{
background-color: #AF3A80;
}
</style>
border-color css
<style>
span { border-color: #AF3A80; }
span { border-color: rgb(175,58,128); }
td.TdClassName
{
border-color: #AF3A80;
}
.TagClassName
{
border-color: #AF3A80;
}
</style>