Shades of Medium Violet Red #AF097C
Tints of Medium Violet Red #AF097C
RGB
CMYK
RGB Variations
Color information
#AF097C (or 0xAF097C) is known color: Medium Violet Red. HEX triplet: AF, 09 and 7C. RGB value is (175,9,124). Sum of RGB (Red+Green+Blue) = 175+9+124=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF097C is #50F683. Grayscale: #474747. Windows color (decimal): -5305988 or 8128943. OLE color: 8128943.
HSL color Cylindrical-coordinate representation of color #AF097C: hue angle of 318.43º 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 #AF097C is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 124 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.31 |
| HSL | 318.43º | 0.9% | 0.36% | - |
| HSV(B) | 318.43º | 0.95% | 0.69% | - |
| XYZ | 21.41 | 10.76 | 20.02 | - |
| YUV | 71.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 124 | 0 | 0.95 | 0.29 | 0.31 | 318.43 | 0.9 | 0.36 |
| Hex | AF | 9 | 7C | 0 | 5F | 1D | 1F | 13E | 5A | 24 |
| Octal | 257 | 11 | 174 | 0 | 137 | 35 | 37 | 476 | 132 | 44 |
| Binary | 10101111 | 1001 | 1111100 | 0 | 1011111 | 11101 | 11111 | 100111110 | 1011010 | 100100 |
Color Harmonies of #AF097C
Complementary color
Monochromatic Colors of #AF097C
Black with #AF097C
Text Example
Text Example
White with #AF097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF097C; }
p { color: rgb(175,9,124); }
H1.HeaderClassName
{
color: #AF097C;
}
.AnyTagClassName
{
color: #AF097C;
}
</style>
background-color css
<style>
a { background-color: #AF097C; }
a { background-color: rgb(175,9,124); }
div.DivClassName
{
background-color: #AF097C;
}
.BgClassName
{
background-color: #AF097C;
}
</style>
border-color css
<style>
span { border-color: #AF097C; }
span { border-color: rgb(175,9,124); }
td.TdClassName
{
border-color: #AF097C;
}
.TagClassName
{
border-color: #AF097C;
}
</style>