Shades of Medium Violet Red #AF168A
Tints of Medium Violet Red #AF168A
RGB
CMYK
RGB Variations
Color information
#AF168A (or 0xAF168A) is known color: Medium Violet Red. HEX triplet: AF, 16 and 8A. RGB value is (175,22,138). Sum of RGB (Red+Green+Blue) = 175+22+138=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF168A is #50E975. Grayscale: #505050. Windows color (decimal): -5302646 or 9049775. OLE color: 9049775.
HSL color Cylindrical-coordinate representation of color #AF168A: hue angle of 314.51º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF168A is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 138 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.31 |
| HSL | 314.51º | 0.78% | 0.39% | - |
| HSV(B) | 314.51º | 0.87% | 0.69% | - |
| XYZ | 22.55 | 11.52 | 25.08 | - |
| YUV | 80.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 138 | 0 | 0.87 | 0.21 | 0.31 | 314.51 | 0.78 | 0.39 |
| Hex | AF | 16 | 8A | 0 | 57 | 15 | 1F | 13B | 4E | 27 |
| Octal | 257 | 26 | 212 | 0 | 127 | 25 | 37 | 473 | 116 | 47 |
| Binary | 10101111 | 10110 | 10001010 | 0 | 1010111 | 10101 | 11111 | 100111011 | 1001110 | 100111 |
Color Harmonies of #AF168A
Complementary color
Monochromatic Colors of #AF168A
Black with #AF168A
Text Example
Text Example
White with #AF168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF168A; }
p { color: rgb(175,22,138); }
H1.HeaderClassName
{
color: #AF168A;
}
.AnyTagClassName
{
color: #AF168A;
}
</style>
background-color css
<style>
a { background-color: #AF168A; }
a { background-color: rgb(175,22,138); }
div.DivClassName
{
background-color: #AF168A;
}
.BgClassName
{
background-color: #AF168A;
}
</style>
border-color css
<style>
span { border-color: #AF168A; }
span { border-color: rgb(175,22,138); }
td.TdClassName
{
border-color: #AF168A;
}
.TagClassName
{
border-color: #AF168A;
}
</style>