Shades of Medium Red Violet #AF4080
Tints of Medium Red Violet #AF4080
RGB
CMYK
RGB Variations
Color information
#AF4080 (or 0xAF4080) is known color: Medium Red Violet. HEX triplet: AF, 40 and 80. RGB value is (175,64,128). Sum of RGB (Red+Green+Blue) = 175+64+128=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4080 is #50BF7F. Grayscale: #686868. Windows color (decimal): -5291904 or 8405167. OLE color: 8405167.
HSL color Cylindrical-coordinate representation of color #AF4080: hue angle of 325.41º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4080 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 128 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.31 |
| HSL | 325.41º | 0.46% | 0.47% | - |
| HSV(B) | 325.41º | 0.63% | 0.69% | - |
| XYZ | 23.41 | 14.34 | 21.96 | - |
| YUV | 104.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 128 | 0 | 0.63 | 0.27 | 0.31 | 325.41 | 0.46 | 0.47 |
| Hex | AF | 40 | 80 | 0 | 3F | 1B | 1F | 145 | 2E | 2F |
| Octal | 257 | 100 | 200 | 0 | 77 | 33 | 37 | 505 | 56 | 57 |
| Binary | 10101111 | 1000000 | 10000000 | 0 | 111111 | 11011 | 11111 | 101000101 | 101110 | 101111 |
Color Harmonies of #AF4080
Complementary color
Monochromatic Colors of #AF4080
Black with #AF4080
Text Example
Text Example
White with #AF4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4080; }
p { color: rgb(175,64,128); }
H1.HeaderClassName
{
color: #AF4080;
}
.AnyTagClassName
{
color: #AF4080;
}
</style>
background-color css
<style>
a { background-color: #AF4080; }
a { background-color: rgb(175,64,128); }
div.DivClassName
{
background-color: #AF4080;
}
.BgClassName
{
background-color: #AF4080;
}
</style>
border-color css
<style>
span { border-color: #AF4080; }
span { border-color: rgb(175,64,128); }
td.TdClassName
{
border-color: #AF4080;
}
.TagClassName
{
border-color: #AF4080;
}
</style>