Shades of Medium Red Violet #AF259B
Tints of Medium Red Violet #AF259B
RGB
CMYK
RGB Variations
Color information
#AF259B (or 0xAF259B) is known color: Medium Red Violet. HEX triplet: AF, 25 and 9B. RGB value is (175,37,155). Sum of RGB (Red+Green+Blue) = 175+37+155=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF259B is #50DA64. Grayscale: #5B5B5B. Windows color (decimal): -5298789 or 10167727. OLE color: 10167727.
HSL color Cylindrical-coordinate representation of color #AF259B: hue angle of 308.7º 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 #AF259B is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 155 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.31 |
| HSL | 308.7º | 0.65% | 0.42% | - |
| HSV(B) | 308.7º | 0.79% | 0.69% | - |
| XYZ | 24.26 | 12.8 | 32.2 | - |
| YUV | 91.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 155 | 0 | 0.79 | 0.11 | 0.31 | 308.7 | 0.65 | 0.42 |
| Hex | AF | 25 | 9B | 0 | 4F | B | 1F | 135 | 41 | 2A |
| Octal | 257 | 45 | 233 | 0 | 117 | 13 | 37 | 465 | 101 | 52 |
| Binary | 10101111 | 100101 | 10011011 | 0 | 1001111 | 1011 | 11111 | 100110101 | 1000001 | 101010 |
Color Harmonies of #AF259B
Complementary color
Monochromatic Colors of #AF259B
Black with #AF259B
Text Example
Text Example
White with #AF259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF259B; }
p { color: rgb(175,37,155); }
H1.HeaderClassName
{
color: #AF259B;
}
.AnyTagClassName
{
color: #AF259B;
}
</style>
background-color css
<style>
a { background-color: #AF259B; }
a { background-color: rgb(175,37,155); }
div.DivClassName
{
background-color: #AF259B;
}
.BgClassName
{
background-color: #AF259B;
}
</style>
border-color css
<style>
span { border-color: #AF259B; }
span { border-color: rgb(175,37,155); }
td.TdClassName
{
border-color: #AF259B;
}
.TagClassName
{
border-color: #AF259B;
}
</style>