Shades of Medium Red Violet #AF276E
Tints of Medium Red Violet #AF276E
RGB
CMYK
RGB Variations
Color information
#AF276E (or 0xAF276E) is known color: Medium Red Violet. HEX triplet: AF, 27 and 6E. RGB value is (175,39,110). Sum of RGB (Red+Green+Blue) = 175+39+110=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF276E is #50D891. Grayscale: #575757. Windows color (decimal): -5298322 or 7219119. OLE color: 7219119.
HSL color Cylindrical-coordinate representation of color #AF276E: hue angle of 328.68º 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 #AF276E is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 110 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.31 |
| HSL | 328.68º | 0.64% | 0.42% | - |
| HSV(B) | 328.68º | 0.78% | 0.69% | - |
| XYZ | 21.22 | 11.69 | 15.89 | - |
| YUV | 87.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 110 | 0 | 0.78 | 0.37 | 0.31 | 328.68 | 0.64 | 0.42 |
| Hex | AF | 27 | 6E | 0 | 4E | 25 | 1F | 149 | 40 | 2A |
| Octal | 257 | 47 | 156 | 0 | 116 | 45 | 37 | 511 | 100 | 52 |
| Binary | 10101111 | 100111 | 1101110 | 0 | 1001110 | 100101 | 11111 | 101001001 | 1000000 | 101010 |
Color Harmonies of #AF276E
Complementary color
Monochromatic Colors of #AF276E
Black with #AF276E
Text Example
Text Example
White with #AF276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF276E; }
p { color: rgb(175,39,110); }
H1.HeaderClassName
{
color: #AF276E;
}
.AnyTagClassName
{
color: #AF276E;
}
</style>
background-color css
<style>
a { background-color: #AF276E; }
a { background-color: rgb(175,39,110); }
div.DivClassName
{
background-color: #AF276E;
}
.BgClassName
{
background-color: #AF276E;
}
</style>
border-color css
<style>
span { border-color: #AF276E; }
span { border-color: rgb(175,39,110); }
td.TdClassName
{
border-color: #AF276E;
}
.TagClassName
{
border-color: #AF276E;
}
</style>