Shades of Medium Violet Red #AF079A
Tints of Medium Violet Red #AF079A
RGB
CMYK
RGB Variations
Color information
#AF079A (or 0xAF079A) is known color: Medium Violet Red. HEX triplet: AF, 07 and 9A. RGB value is (175,7,154). Sum of RGB (Red+Green+Blue) = 175+7+154=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF079A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF079A is #50F865. Grayscale: #494949. Windows color (decimal): -5306470 or 10094511. OLE color: 10094511.
HSL color Cylindrical-coordinate representation of color #AF079A: hue angle of 307.5º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF079A is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 154 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.31 |
| HSL | 307.5º | 0.92% | 0.36% | - |
| HSV(B) | 307.5º | 0.96% | 0.69% | - |
| XYZ | 23.59 | 11.6 | 31.57 | - |
| YUV | 73.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 154 | 0 | 0.96 | 0.12 | 0.31 | 307.5 | 0.92 | 0.36 |
| Hex | AF | 7 | 9A | 0 | 60 | C | 1F | 134 | 5C | 24 |
| Octal | 257 | 7 | 232 | 0 | 140 | 14 | 37 | 464 | 134 | 44 |
| Binary | 10101111 | 111 | 10011010 | 0 | 1100000 | 1100 | 11111 | 100110100 | 1011100 | 100100 |
Color Harmonies of #AF079A
Complementary color
Monochromatic Colors of #AF079A
Black with #AF079A
Text Example
Text Example
White with #AF079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF079A; }
p { color: rgb(175,7,154); }
H1.HeaderClassName
{
color: #AF079A;
}
.AnyTagClassName
{
color: #AF079A;
}
</style>
background-color css
<style>
a { background-color: #AF079A; }
a { background-color: rgb(175,7,154); }
div.DivClassName
{
background-color: #AF079A;
}
.BgClassName
{
background-color: #AF079A;
}
</style>
border-color css
<style>
span { border-color: #AF079A; }
span { border-color: rgb(175,7,154); }
td.TdClassName
{
border-color: #AF079A;
}
.TagClassName
{
border-color: #AF079A;
}
</style>