Shades of Medium Red Violet #AF259D
Tints of Medium Red Violet #AF259D
RGB
CMYK
RGB Variations
Color information
#AF259D (or 0xAF259D) is known color: Medium Red Violet. HEX triplet: AF, 25 and 9D. RGB value is (175,37,157). Sum of RGB (Red+Green+Blue) = 175+37+157=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF259D is #50DA62. Grayscale: #5B5B5B. Windows color (decimal): -5298787 or 10298799. OLE color: 10298799.
HSL color Cylindrical-coordinate representation of color #AF259D: hue angle of 307.83º 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 #AF259D is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 157 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.31 |
| HSL | 307.83º | 0.65% | 0.42% | - |
| HSV(B) | 307.83º | 0.79% | 0.69% | - |
| XYZ | 24.43 | 12.87 | 33.1 | - |
| YUV | 91.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 157 | 0 | 0.79 | 0.10 | 0.31 | 307.83 | 0.65 | 0.42 |
| Hex | AF | 25 | 9D | 0 | 4F | A | 1F | 134 | 41 | 2A |
| Octal | 257 | 45 | 235 | 0 | 117 | 12 | 37 | 464 | 101 | 52 |
| Binary | 10101111 | 100101 | 10011101 | 0 | 1001111 | 1010 | 11111 | 100110100 | 1000001 | 101010 |
Color Harmonies of #AF259D
Complementary color
Monochromatic Colors of #AF259D
Black with #AF259D
Text Example
Text Example
White with #AF259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF259D; }
p { color: rgb(175,37,157); }
H1.HeaderClassName
{
color: #AF259D;
}
.AnyTagClassName
{
color: #AF259D;
}
</style>
background-color css
<style>
a { background-color: #AF259D; }
a { background-color: rgb(175,37,157); }
div.DivClassName
{
background-color: #AF259D;
}
.BgClassName
{
background-color: #AF259D;
}
</style>
border-color css
<style>
span { border-color: #AF259D; }
span { border-color: rgb(175,37,157); }
td.TdClassName
{
border-color: #AF259D;
}
.TagClassName
{
border-color: #AF259D;
}
</style>