Shades of Medium Red Violet #AF277A
Tints of Medium Red Violet #AF277A
RGB
CMYK
RGB Variations
Color information
#AF277A (or 0xAF277A) is known color: Medium Red Violet. HEX triplet: AF, 27 and 7A. RGB value is (175,39,122). Sum of RGB (Red+Green+Blue) = 175+39+122=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF277A is #50D885. Grayscale: #585858. Windows color (decimal): -5298310 or 8005551. OLE color: 8005551.
HSL color Cylindrical-coordinate representation of color #AF277A: hue angle of 323.38º 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 #AF277A is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 122 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.31 |
| HSL | 323.38º | 0.64% | 0.42% | - |
| HSV(B) | 323.38º | 0.78% | 0.69% | - |
| XYZ | 21.92 | 11.97 | 19.57 | - |
| YUV | 89.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 122 | 0 | 0.78 | 0.30 | 0.31 | 323.38 | 0.64 | 0.42 |
| Hex | AF | 27 | 7A | 0 | 4E | 1E | 1F | 143 | 40 | 2A |
| Octal | 257 | 47 | 172 | 0 | 116 | 36 | 37 | 503 | 100 | 52 |
| Binary | 10101111 | 100111 | 1111010 | 0 | 1001110 | 11110 | 11111 | 101000011 | 1000000 | 101010 |
Color Harmonies of #AF277A
Complementary color
Monochromatic Colors of #AF277A
Black with #AF277A
Text Example
Text Example
White with #AF277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF277A; }
p { color: rgb(175,39,122); }
H1.HeaderClassName
{
color: #AF277A;
}
.AnyTagClassName
{
color: #AF277A;
}
</style>
background-color css
<style>
a { background-color: #AF277A; }
a { background-color: rgb(175,39,122); }
div.DivClassName
{
background-color: #AF277A;
}
.BgClassName
{
background-color: #AF277A;
}
</style>
border-color css
<style>
span { border-color: #AF277A; }
span { border-color: rgb(175,39,122); }
td.TdClassName
{
border-color: #AF277A;
}
.TagClassName
{
border-color: #AF277A;
}
</style>