Shades of Medium Red Violet #AF278E
Tints of Medium Red Violet #AF278E
RGB
CMYK
RGB Variations
Color information
#AF278E (or 0xAF278E) is known color: Medium Red Violet. HEX triplet: AF, 27 and 8E. RGB value is (175,39,142). Sum of RGB (Red+Green+Blue) = 175+39+142=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF278E is #50D871. Grayscale: #5B5B5B. Windows color (decimal): -5298290 or 9316271. OLE color: 9316271.
HSL color Cylindrical-coordinate representation of color #AF278E: hue angle of 314.56º 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 #AF278E is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 142 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.31 |
| HSL | 314.56º | 0.64% | 0.42% | - |
| HSV(B) | 314.56º | 0.78% | 0.69% | - |
| XYZ | 23.29 | 12.52 | 26.78 | - |
| YUV | 91.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 142 | 0 | 0.78 | 0.19 | 0.31 | 314.56 | 0.64 | 0.42 |
| Hex | AF | 27 | 8E | 0 | 4E | 13 | 1F | 13B | 40 | 2A |
| Octal | 257 | 47 | 216 | 0 | 116 | 23 | 37 | 473 | 100 | 52 |
| Binary | 10101111 | 100111 | 10001110 | 0 | 1001110 | 10011 | 11111 | 100111011 | 1000000 | 101010 |
Color Harmonies of #AF278E
Complementary color
Monochromatic Colors of #AF278E
Black with #AF278E
Text Example
Text Example
White with #AF278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF278E; }
p { color: rgb(175,39,142); }
H1.HeaderClassName
{
color: #AF278E;
}
.AnyTagClassName
{
color: #AF278E;
}
</style>
background-color css
<style>
a { background-color: #AF278E; }
a { background-color: rgb(175,39,142); }
div.DivClassName
{
background-color: #AF278E;
}
.BgClassName
{
background-color: #AF278E;
}
</style>
border-color css
<style>
span { border-color: #AF278E; }
span { border-color: rgb(175,39,142); }
td.TdClassName
{
border-color: #AF278E;
}
.TagClassName
{
border-color: #AF278E;
}
</style>