Shades of Medium Red Violet #AF2474
Tints of Medium Red Violet #AF2474
RGB
CMYK
RGB Variations
Color information
#AF2474 (or 0xAF2474) is known color: Medium Red Violet. HEX triplet: AF, 24 and 74. RGB value is (175,36,116). Sum of RGB (Red+Green+Blue) = 175+36+116=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2474 is #50DB8B. Grayscale: #565656. Windows color (decimal): -5299084 or 7611567. OLE color: 7611567.
HSL color Cylindrical-coordinate representation of color #AF2474: hue angle of 325.47º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2474 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 116 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.31 |
| HSL | 325.47º | 0.66% | 0.41% | - |
| HSV(B) | 325.47º | 0.79% | 0.69% | - |
| XYZ | 21.46 | 11.64 | 17.64 | - |
| YUV | 86.68 | 144.55 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 116 | 0 | 0.79 | 0.34 | 0.31 | 325.47 | 0.66 | 0.41 |
| Hex | AF | 24 | 74 | 0 | 4F | 22 | 1F | 145 | 42 | 29 |
| Octal | 257 | 44 | 164 | 0 | 117 | 42 | 37 | 505 | 102 | 51 |
| Binary | 10101111 | 100100 | 1110100 | 0 | 1001111 | 100010 | 11111 | 101000101 | 1000010 | 101001 |
Color Harmonies of #AF2474
Complementary color
Monochromatic Colors of #AF2474
Black with #AF2474
Text Example
Text Example
White with #AF2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2474; }
p { color: rgb(175,36,116); }
H1.HeaderClassName
{
color: #AF2474;
}
.AnyTagClassName
{
color: #AF2474;
}
</style>
background-color css
<style>
a { background-color: #AF2474; }
a { background-color: rgb(175,36,116); }
div.DivClassName
{
background-color: #AF2474;
}
.BgClassName
{
background-color: #AF2474;
}
</style>
border-color css
<style>
span { border-color: #AF2474; }
span { border-color: rgb(175,36,116); }
td.TdClassName
{
border-color: #AF2474;
}
.TagClassName
{
border-color: #AF2474;
}
</style>