Shades of Medium Red Violet #AF279C
Tints of Medium Red Violet #AF279C
RGB
CMYK
RGB Variations
Color information
#AF279C (or 0xAF279C) is known color: Medium Red Violet. HEX triplet: AF, 27 and 9C. RGB value is (175,39,156). Sum of RGB (Red+Green+Blue) = 175+39+156=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF279C is #50D863. Grayscale: #5C5C5C. Windows color (decimal): -5298276 or 10233775. OLE color: 10233775.
HSL color Cylindrical-coordinate representation of color #AF279C: hue angle of 308.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 #AF279C is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 156 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.31 |
| HSL | 308.38º | 0.64% | 0.42% | - |
| HSV(B) | 308.38º | 0.78% | 0.69% | - |
| XYZ | 24.41 | 12.97 | 32.67 | - |
| YUV | 93 | 163.56 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 156 | 0 | 0.78 | 0.11 | 0.31 | 308.38 | 0.64 | 0.42 |
| Hex | AF | 27 | 9C | 0 | 4E | B | 1F | 134 | 40 | 2A |
| Octal | 257 | 47 | 234 | 0 | 116 | 13 | 37 | 464 | 100 | 52 |
| Binary | 10101111 | 100111 | 10011100 | 0 | 1001110 | 1011 | 11111 | 100110100 | 1000000 | 101010 |
Color Harmonies of #AF279C
Complementary color
Monochromatic Colors of #AF279C
Black with #AF279C
Text Example
Text Example
White with #AF279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF279C; }
p { color: rgb(175,39,156); }
H1.HeaderClassName
{
color: #AF279C;
}
.AnyTagClassName
{
color: #AF279C;
}
</style>
background-color css
<style>
a { background-color: #AF279C; }
a { background-color: rgb(175,39,156); }
div.DivClassName
{
background-color: #AF279C;
}
.BgClassName
{
background-color: #AF279C;
}
</style>
border-color css
<style>
span { border-color: #AF279C; }
span { border-color: rgb(175,39,156); }
td.TdClassName
{
border-color: #AF279C;
}
.TagClassName
{
border-color: #AF279C;
}
</style>