Shades of Medium Violet Red #AF1B8E
Tints of Medium Violet Red #AF1B8E
RGB
CMYK
RGB Variations
Color information
#AF1B8E (or 0xAF1B8E) is known color: Medium Violet Red. HEX triplet: AF, 1B and 8E. RGB value is (175,27,142). Sum of RGB (Red+Green+Blue) = 175+27+142=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1B8E is #50E471. Grayscale: #545454. Windows color (decimal): -5301362 or 9313199. OLE color: 9313199.
HSL color Cylindrical-coordinate representation of color #AF1B8E: hue angle of 313.38º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B8E is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 142 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.31 |
| HSL | 313.38º | 0.73% | 0.4% | - |
| HSV(B) | 313.38º | 0.85% | 0.69% | - |
| XYZ | 22.95 | 11.85 | 26.67 | - |
| YUV | 84.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 142 | 0 | 0.85 | 0.19 | 0.31 | 313.38 | 0.73 | 0.4 |
| Hex | AF | 1B | 8E | 0 | 55 | 13 | 1F | 139 | 49 | 28 |
| Octal | 257 | 33 | 216 | 0 | 125 | 23 | 37 | 471 | 111 | 50 |
| Binary | 10101111 | 11011 | 10001110 | 0 | 1010101 | 10011 | 11111 | 100111001 | 1001001 | 101000 |
Color Harmonies of #AF1B8E
Complementary color
Monochromatic Colors of #AF1B8E
Black with #AF1B8E
Text Example
Text Example
White with #AF1B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B8E; }
p { color: rgb(175,27,142); }
H1.HeaderClassName
{
color: #AF1B8E;
}
.AnyTagClassName
{
color: #AF1B8E;
}
</style>
background-color css
<style>
a { background-color: #AF1B8E; }
a { background-color: rgb(175,27,142); }
div.DivClassName
{
background-color: #AF1B8E;
}
.BgClassName
{
background-color: #AF1B8E;
}
</style>
border-color css
<style>
span { border-color: #AF1B8E; }
span { border-color: rgb(175,27,142); }
td.TdClassName
{
border-color: #AF1B8E;
}
.TagClassName
{
border-color: #AF1B8E;
}
</style>