Shades of Medium Red Violet #AF26AA
Tints of Medium Red Violet #AF26AA
RGB
CMYK
RGB Variations
Color information
#AF26AA (or 0xAF26AA) is known color: Medium Red Violet. HEX triplet: AF, 26 and AA. RGB value is (175,38,170). Sum of RGB (Red+Green+Blue) = 175+38+170=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF26AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF26AA is #50D955. Grayscale: #5D5D5D. Windows color (decimal): -5298518 or 11151023. OLE color: 11151023.
HSL color Cylindrical-coordinate representation of color #AF26AA: hue angle of 302.19º 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 #AF26AA is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 170 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.31 |
| HSL | 302.19º | 0.64% | 0.42% | - |
| HSV(B) | 302.19º | 0.78% | 0.69% | - |
| XYZ | 25.63 | 13.4 | 39.27 | - |
| YUV | 94.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 170 | 0 | 0.78 | 0.03 | 0.31 | 302.19 | 0.64 | 0.42 |
| Hex | AF | 26 | AA | 0 | 4E | 3 | 1F | 12E | 40 | 2A |
| Octal | 257 | 46 | 252 | 0 | 116 | 3 | 37 | 456 | 100 | 52 |
| Binary | 10101111 | 100110 | 10101010 | 0 | 1001110 | 11 | 11111 | 100101110 | 1000000 | 101010 |
Color Harmonies of #AF26AA
Complementary color
Monochromatic Colors of #AF26AA
Black with #AF26AA
Text Example
Text Example
White with #AF26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF26AA; }
p { color: rgb(175,38,170); }
H1.HeaderClassName
{
color: #AF26AA;
}
.AnyTagClassName
{
color: #AF26AA;
}
</style>
background-color css
<style>
a { background-color: #AF26AA; }
a { background-color: rgb(175,38,170); }
div.DivClassName
{
background-color: #AF26AA;
}
.BgClassName
{
background-color: #AF26AA;
}
</style>
border-color css
<style>
span { border-color: #AF26AA; }
span { border-color: rgb(175,38,170); }
td.TdClassName
{
border-color: #AF26AA;
}
.TagClassName
{
border-color: #AF26AA;
}
</style>