Shades of Medium Red Violet #AF258F
Tints of Medium Red Violet #AF258F
RGB
CMYK
RGB Variations
Color information
#AF258F (or 0xAF258F) is known color: Medium Red Violet. HEX triplet: AF, 25 and 8F. RGB value is (175,37,143). Sum of RGB (Red+Green+Blue) = 175+37+143=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF258F is #50DA70. Grayscale: #5A5A5A. Windows color (decimal): -5298801 or 9381295. OLE color: 9381295.
HSL color Cylindrical-coordinate representation of color #AF258F: hue angle of 313.91º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF258F is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 143 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.31 |
| HSL | 313.91º | 0.65% | 0.42% | - |
| HSV(B) | 313.91º | 0.79% | 0.69% | - |
| XYZ | 23.3 | 12.42 | 27.16 | - |
| YUV | 90.35 | 157.72 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 143 | 0 | 0.79 | 0.18 | 0.31 | 313.91 | 0.65 | 0.42 |
| Hex | AF | 25 | 8F | 0 | 4F | 12 | 1F | 13A | 41 | 2A |
| Octal | 257 | 45 | 217 | 0 | 117 | 22 | 37 | 472 | 101 | 52 |
| Binary | 10101111 | 100101 | 10001111 | 0 | 1001111 | 10010 | 11111 | 100111010 | 1000001 | 101010 |
Color Harmonies of #AF258F
Complementary color
Monochromatic Colors of #AF258F
Black with #AF258F
Text Example
Text Example
White with #AF258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF258F; }
p { color: rgb(175,37,143); }
H1.HeaderClassName
{
color: #AF258F;
}
.AnyTagClassName
{
color: #AF258F;
}
</style>
background-color css
<style>
a { background-color: #AF258F; }
a { background-color: rgb(175,37,143); }
div.DivClassName
{
background-color: #AF258F;
}
.BgClassName
{
background-color: #AF258F;
}
</style>
border-color css
<style>
span { border-color: #AF258F; }
span { border-color: rgb(175,37,143); }
td.TdClassName
{
border-color: #AF258F;
}
.TagClassName
{
border-color: #AF258F;
}
</style>