Shades of Medium Violet Red #AF1092
Tints of Medium Violet Red #AF1092
RGB
CMYK
RGB Variations
Color information
#AF1092 (or 0xAF1092) is known color: Medium Violet Red. HEX triplet: AF, 10 and 92. RGB value is (175,16,146). Sum of RGB (Red+Green+Blue) = 175+16+146=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1092 is #50EF6D. Grayscale: #4E4E4E. Windows color (decimal): -5304174 or 9572527. OLE color: 9572527.
HSL color Cylindrical-coordinate representation of color #AF1092: hue angle of 310.94º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1092 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 146 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.31 |
| HSL | 310.94º | 0.83% | 0.37% | - |
| HSV(B) | 310.94º | 0.91% | 0.69% | - |
| XYZ | 23.05 | 11.56 | 28.21 | - |
| YUV | 78.36 | 166.18 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 146 | 0 | 0.91 | 0.17 | 0.31 | 310.94 | 0.83 | 0.37 |
| Hex | AF | 10 | 92 | 0 | 5B | 11 | 1F | 137 | 53 | 25 |
| Octal | 257 | 20 | 222 | 0 | 133 | 21 | 37 | 467 | 123 | 45 |
| Binary | 10101111 | 10000 | 10010010 | 0 | 1011011 | 10001 | 11111 | 100110111 | 1010011 | 100101 |
Color Harmonies of #AF1092
Complementary color
Monochromatic Colors of #AF1092
Black with #AF1092
Text Example
Text Example
White with #AF1092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1092; }
p { color: rgb(175,16,146); }
H1.HeaderClassName
{
color: #AF1092;
}
.AnyTagClassName
{
color: #AF1092;
}
</style>
background-color css
<style>
a { background-color: #AF1092; }
a { background-color: rgb(175,16,146); }
div.DivClassName
{
background-color: #AF1092;
}
.BgClassName
{
background-color: #AF1092;
}
</style>
border-color css
<style>
span { border-color: #AF1092; }
span { border-color: rgb(175,16,146); }
td.TdClassName
{
border-color: #AF1092;
}
.TagClassName
{
border-color: #AF1092;
}
</style>