Shades of Medium Violet Red #AF1892
Tints of Medium Violet Red #AF1892
RGB
CMYK
RGB Variations
Color information
#AF1892 (or 0xAF1892) is known color: Medium Violet Red. HEX triplet: AF, 18 and 92. RGB value is (175,24,146). Sum of RGB (Red+Green+Blue) = 175+24+146=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1892 is #50E76D. Grayscale: #525252. Windows color (decimal): -5302126 or 9574575. OLE color: 9574575.
HSL color Cylindrical-coordinate representation of color #AF1892: hue angle of 311.52º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1892 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 146 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.31 |
| HSL | 311.52º | 0.76% | 0.39% | - |
| HSV(B) | 311.52º | 0.86% | 0.69% | - |
| XYZ | 23.19 | 11.84 | 28.26 | - |
| YUV | 83.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 146 | 0 | 0.86 | 0.17 | 0.31 | 311.52 | 0.76 | 0.39 |
| Hex | AF | 18 | 92 | 0 | 56 | 11 | 1F | 138 | 4C | 27 |
| Octal | 257 | 30 | 222 | 0 | 126 | 21 | 37 | 470 | 114 | 47 |
| Binary | 10101111 | 11000 | 10010010 | 0 | 1010110 | 10001 | 11111 | 100111000 | 1001100 | 100111 |
Color Harmonies of #AF1892
Complementary color
Monochromatic Colors of #AF1892
Black with #AF1892
Text Example
Text Example
White with #AF1892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1892; }
p { color: rgb(175,24,146); }
H1.HeaderClassName
{
color: #AF1892;
}
.AnyTagClassName
{
color: #AF1892;
}
</style>
background-color css
<style>
a { background-color: #AF1892; }
a { background-color: rgb(175,24,146); }
div.DivClassName
{
background-color: #AF1892;
}
.BgClassName
{
background-color: #AF1892;
}
</style>
border-color css
<style>
span { border-color: #AF1892; }
span { border-color: rgb(175,24,146); }
td.TdClassName
{
border-color: #AF1892;
}
.TagClassName
{
border-color: #AF1892;
}
</style>