Shades of Medium Red Violet #AF26A0
Tints of Medium Red Violet #AF26A0
RGB
CMYK
RGB Variations
Color information
#AF26A0 (or 0xAF26A0) is known color: Medium Red Violet. HEX triplet: AF, 26 and A0. RGB value is (175,38,160). Sum of RGB (Red+Green+Blue) = 175+38+160=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF26A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF26A0 is #50D95F. Grayscale: #5C5C5C. Windows color (decimal): -5298528 or 10495663. OLE color: 10495663.
HSL color Cylindrical-coordinate representation of color #AF26A0: hue angle of 306.57º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF26A0 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 160 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.31 |
| HSL | 306.57º | 0.64% | 0.42% | - |
| HSV(B) | 306.57º | 0.78% | 0.69% | - |
| XYZ | 24.72 | 13.04 | 34.47 | - |
| YUV | 92.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 160 | 0 | 0.78 | 0.09 | 0.31 | 306.57 | 0.64 | 0.42 |
| Hex | AF | 26 | A0 | 0 | 4E | 9 | 1F | 133 | 40 | 2A |
| Octal | 257 | 46 | 240 | 0 | 116 | 11 | 37 | 463 | 100 | 52 |
| Binary | 10101111 | 100110 | 10100000 | 0 | 1001110 | 1001 | 11111 | 100110011 | 1000000 | 101010 |
Color Harmonies of #AF26A0
Complementary color
Monochromatic Colors of #AF26A0
Black with #AF26A0
Text Example
Text Example
White with #AF26A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF26A0; }
p { color: rgb(175,38,160); }
H1.HeaderClassName
{
color: #AF26A0;
}
.AnyTagClassName
{
color: #AF26A0;
}
</style>
background-color css
<style>
a { background-color: #AF26A0; }
a { background-color: rgb(175,38,160); }
div.DivClassName
{
background-color: #AF26A0;
}
.BgClassName
{
background-color: #AF26A0;
}
</style>
border-color css
<style>
span { border-color: #AF26A0; }
span { border-color: rgb(175,38,160); }
td.TdClassName
{
border-color: #AF26A0;
}
.TagClassName
{
border-color: #AF26A0;
}
</style>