Shades of Medium Red Violet #AF4098
Tints of Medium Red Violet #AF4098
RGB
CMYK
RGB Variations
Color information
#AF4098 (or 0xAF4098) is known color: Medium Red Violet. HEX triplet: AF, 40 and 98. RGB value is (175,64,152). Sum of RGB (Red+Green+Blue) = 175+64+152=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4098 is #50BF67. Grayscale: #6A6A6A. Windows color (decimal): -5291880 or 9978031. OLE color: 9978031.
HSL color Cylindrical-coordinate representation of color #AF4098: hue angle of 312.43º 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 #AF4098 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 152 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.31 |
| HSL | 312.43º | 0.46% | 0.47% | - |
| HSV(B) | 312.43º | 0.63% | 0.69% | - |
| XYZ | 25.18 | 15.05 | 31.28 | - |
| YUV | 107.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 152 | 0 | 0.63 | 0.13 | 0.31 | 312.43 | 0.46 | 0.47 |
| Hex | AF | 40 | 98 | 0 | 3F | D | 1F | 138 | 2E | 2F |
| Octal | 257 | 100 | 230 | 0 | 77 | 15 | 37 | 470 | 56 | 57 |
| Binary | 10101111 | 1000000 | 10011000 | 0 | 111111 | 1101 | 11111 | 100111000 | 101110 | 101111 |
Color Harmonies of #AF4098
Complementary color
Monochromatic Colors of #AF4098
Black with #AF4098
Text Example
Text Example
White with #AF4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4098; }
p { color: rgb(175,64,152); }
H1.HeaderClassName
{
color: #AF4098;
}
.AnyTagClassName
{
color: #AF4098;
}
</style>
background-color css
<style>
a { background-color: #AF4098; }
a { background-color: rgb(175,64,152); }
div.DivClassName
{
background-color: #AF4098;
}
.BgClassName
{
background-color: #AF4098;
}
</style>
border-color css
<style>
span { border-color: #AF4098; }
span { border-color: rgb(175,64,152); }
td.TdClassName
{
border-color: #AF4098;
}
.TagClassName
{
border-color: #AF4098;
}
</style>