Shades of Medium Red Violet #AF3A7E
Tints of Medium Red Violet #AF3A7E
RGB
CMYK
RGB Variations
Color information
#AF3A7E (or 0xAF3A7E) is known color: Medium Red Violet. HEX triplet: AF, 3A and 7E. RGB value is (175,58,126). Sum of RGB (Red+Green+Blue) = 175+58+126=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3A7E is #50C581. Grayscale: #646464. Windows color (decimal): -5293442 or 8272559. OLE color: 8272559.
HSL color Cylindrical-coordinate representation of color #AF3A7E: hue angle of 325.13º 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 #AF3A7E is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 126 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.31 |
| HSL | 325.13º | 0.5% | 0.46% | - |
| HSV(B) | 325.13º | 0.67% | 0.69% | - |
| XYZ | 22.96 | 13.65 | 21.16 | - |
| YUV | 100.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 126 | 0 | 0.67 | 0.28 | 0.31 | 325.13 | 0.5 | 0.46 |
| Hex | AF | 3A | 7E | 0 | 43 | 1C | 1F | 145 | 32 | 2E |
| Octal | 257 | 72 | 176 | 0 | 103 | 34 | 37 | 505 | 62 | 56 |
| Binary | 10101111 | 111010 | 1111110 | 0 | 1000011 | 11100 | 11111 | 101000101 | 110010 | 101110 |
Color Harmonies of #AF3A7E
Complementary color
Monochromatic Colors of #AF3A7E
Black with #AF3A7E
Text Example
Text Example
White with #AF3A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A7E; }
p { color: rgb(175,58,126); }
H1.HeaderClassName
{
color: #AF3A7E;
}
.AnyTagClassName
{
color: #AF3A7E;
}
</style>
background-color css
<style>
a { background-color: #AF3A7E; }
a { background-color: rgb(175,58,126); }
div.DivClassName
{
background-color: #AF3A7E;
}
.BgClassName
{
background-color: #AF3A7E;
}
</style>
border-color css
<style>
span { border-color: #AF3A7E; }
span { border-color: rgb(175,58,126); }
td.TdClassName
{
border-color: #AF3A7E;
}
.TagClassName
{
border-color: #AF3A7E;
}
</style>