Shades of Medium Red Violet #AF3E7A
Tints of Medium Red Violet #AF3E7A
RGB
CMYK
RGB Variations
Color information
#AF3E7A (or 0xAF3E7A) is known color: Medium Red Violet. HEX triplet: AF, 3E and 7A. RGB value is (175,62,122). Sum of RGB (Red+Green+Blue) = 175+62+122=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E7A is #50C185. Grayscale: #666666. Windows color (decimal): -5292422 or 8011439. OLE color: 8011439.
HSL color Cylindrical-coordinate representation of color #AF3E7A: hue angle of 328.14º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3E7A is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 122 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.31 |
| HSL | 328.14º | 0.48% | 0.46% | - |
| HSV(B) | 328.14º | 0.65% | 0.69% | - |
| XYZ | 22.91 | 13.96 | 19.9 | - |
| YUV | 102.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 122 | 0 | 0.65 | 0.30 | 0.31 | 328.14 | 0.48 | 0.46 |
| Hex | AF | 3E | 7A | 0 | 41 | 1E | 1F | 148 | 30 | 2E |
| Octal | 257 | 76 | 172 | 0 | 101 | 36 | 37 | 510 | 60 | 56 |
| Binary | 10101111 | 111110 | 1111010 | 0 | 1000001 | 11110 | 11111 | 101001000 | 110000 | 101110 |
Color Harmonies of #AF3E7A
Complementary color
Monochromatic Colors of #AF3E7A
Black with #AF3E7A
Text Example
Text Example
White with #AF3E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E7A; }
p { color: rgb(175,62,122); }
H1.HeaderClassName
{
color: #AF3E7A;
}
.AnyTagClassName
{
color: #AF3E7A;
}
</style>
background-color css
<style>
a { background-color: #AF3E7A; }
a { background-color: rgb(175,62,122); }
div.DivClassName
{
background-color: #AF3E7A;
}
.BgClassName
{
background-color: #AF3E7A;
}
</style>
border-color css
<style>
span { border-color: #AF3E7A; }
span { border-color: rgb(175,62,122); }
td.TdClassName
{
border-color: #AF3E7A;
}
.TagClassName
{
border-color: #AF3E7A;
}
</style>