Shades of Medium Violet Red #AF097D
Tints of Medium Violet Red #AF097D
RGB
CMYK
RGB Variations
Color information
#AF097D (or 0xAF097D) is known color: Medium Violet Red. HEX triplet: AF, 09 and 7D. RGB value is (175,9,125). Sum of RGB (Red+Green+Blue) = 175+9+125=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF097D is #50F682. Grayscale: #474747. Windows color (decimal): -5305987 or 8194479. OLE color: 8194479.
HSL color Cylindrical-coordinate representation of color #AF097D: hue angle of 318.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF097D is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 125 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.31 |
| HSL | 318.07º | 0.9% | 0.36% | - |
| HSV(B) | 318.07º | 0.95% | 0.69% | - |
| XYZ | 21.48 | 10.79 | 20.35 | - |
| YUV | 71.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 125 | 0 | 0.95 | 0.29 | 0.31 | 318.07 | 0.9 | 0.36 |
| Hex | AF | 9 | 7D | 0 | 5F | 1D | 1F | 13E | 5A | 24 |
| Octal | 257 | 11 | 175 | 0 | 137 | 35 | 37 | 476 | 132 | 44 |
| Binary | 10101111 | 1001 | 1111101 | 0 | 1011111 | 11101 | 11111 | 100111110 | 1011010 | 100100 |
Color Harmonies of #AF097D
Complementary color
Monochromatic Colors of #AF097D
Black with #AF097D
Text Example
Text Example
White with #AF097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF097D; }
p { color: rgb(175,9,125); }
H1.HeaderClassName
{
color: #AF097D;
}
.AnyTagClassName
{
color: #AF097D;
}
</style>
background-color css
<style>
a { background-color: #AF097D; }
a { background-color: rgb(175,9,125); }
div.DivClassName
{
background-color: #AF097D;
}
.BgClassName
{
background-color: #AF097D;
}
</style>
border-color css
<style>
span { border-color: #AF097D; }
span { border-color: rgb(175,9,125); }
td.TdClassName
{
border-color: #AF097D;
}
.TagClassName
{
border-color: #AF097D;
}
</style>