Shades of Medium Red Violet #AF3F7B
Tints of Medium Red Violet #AF3F7B
RGB
CMYK
RGB Variations
Color information
#AF3F7B (or 0xAF3F7B) is known color: Medium Red Violet. HEX triplet: AF, 3F and 7B. RGB value is (175,63,123). Sum of RGB (Red+Green+Blue) = 175+63+123=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F7B is #50C084. Grayscale: #676767. Windows color (decimal): -5292165 or 8077231. OLE color: 8077231.
HSL color Cylindrical-coordinate representation of color #AF3F7B: hue angle of 327.86º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F7B is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 123 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.31 |
| HSL | 327.86º | 0.47% | 0.47% | - |
| HSV(B) | 327.86º | 0.64% | 0.69% | - |
| XYZ | 23.03 | 14.1 | 20.25 | - |
| YUV | 103.33 | 139.11 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 123 | 0 | 0.64 | 0.30 | 0.31 | 327.86 | 0.47 | 0.47 |
| Hex | AF | 3F | 7B | 0 | 40 | 1E | 1F | 148 | 2F | 2F |
| Octal | 257 | 77 | 173 | 0 | 100 | 36 | 37 | 510 | 57 | 57 |
| Binary | 10101111 | 111111 | 1111011 | 0 | 1000000 | 11110 | 11111 | 101001000 | 101111 | 101111 |
Color Harmonies of #AF3F7B
Complementary color
Monochromatic Colors of #AF3F7B
Black with #AF3F7B
Text Example
Text Example
White with #AF3F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F7B; }
p { color: rgb(175,63,123); }
H1.HeaderClassName
{
color: #AF3F7B;
}
.AnyTagClassName
{
color: #AF3F7B;
}
</style>
background-color css
<style>
a { background-color: #AF3F7B; }
a { background-color: rgb(175,63,123); }
div.DivClassName
{
background-color: #AF3F7B;
}
.BgClassName
{
background-color: #AF3F7B;
}
</style>
border-color css
<style>
span { border-color: #AF3F7B; }
span { border-color: rgb(175,63,123); }
td.TdClassName
{
border-color: #AF3F7B;
}
.TagClassName
{
border-color: #AF3F7B;
}
</style>