Shades of Medium Red Violet #AF278B
Tints of Medium Red Violet #AF278B
RGB
CMYK
RGB Variations
Color information
#AF278B (or 0xAF278B) is known color: Medium Red Violet. HEX triplet: AF, 27 and 8B. RGB value is (175,39,139). Sum of RGB (Red+Green+Blue) = 175+39+139=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF278B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF278B is #50D874. Grayscale: #5A5A5A. Windows color (decimal): -5298293 or 9119663. OLE color: 9119663.
HSL color Cylindrical-coordinate representation of color #AF278B: hue angle of 315.88º 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 #AF278B is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 139 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.31 |
| HSL | 315.88º | 0.64% | 0.42% | - |
| HSV(B) | 315.88º | 0.78% | 0.69% | - |
| XYZ | 23.06 | 12.43 | 25.61 | - |
| YUV | 91.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 139 | 0 | 0.78 | 0.21 | 0.31 | 315.88 | 0.64 | 0.42 |
| Hex | AF | 27 | 8B | 0 | 4E | 15 | 1F | 13C | 40 | 2A |
| Octal | 257 | 47 | 213 | 0 | 116 | 25 | 37 | 474 | 100 | 52 |
| Binary | 10101111 | 100111 | 10001011 | 0 | 1001110 | 10101 | 11111 | 100111100 | 1000000 | 101010 |
Color Harmonies of #AF278B
Complementary color
Monochromatic Colors of #AF278B
Black with #AF278B
Text Example
Text Example
White with #AF278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF278B; }
p { color: rgb(175,39,139); }
H1.HeaderClassName
{
color: #AF278B;
}
.AnyTagClassName
{
color: #AF278B;
}
</style>
background-color css
<style>
a { background-color: #AF278B; }
a { background-color: rgb(175,39,139); }
div.DivClassName
{
background-color: #AF278B;
}
.BgClassName
{
background-color: #AF278B;
}
</style>
border-color css
<style>
span { border-color: #AF278B; }
span { border-color: rgb(175,39,139); }
td.TdClassName
{
border-color: #AF278B;
}
.TagClassName
{
border-color: #AF278B;
}
</style>