Shades of Medium Violet Red #AF0788
Tints of Medium Violet Red #AF0788
RGB
CMYK
RGB Variations
Color information
#AF0788 (or 0xAF0788) is known color: Medium Violet Red. HEX triplet: AF, 07 and 88. RGB value is (175,7,136). Sum of RGB (Red+Green+Blue) = 175+7+136=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0788 is #50F877. Grayscale: #474747. Windows color (decimal): -5306488 or 8914863. OLE color: 8914863.
HSL color Cylindrical-coordinate representation of color #AF0788: hue angle of 313.93º 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 #AF0788 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 136 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.31 |
| HSL | 313.93º | 0.92% | 0.36% | - |
| HSV(B) | 313.93º | 0.96% | 0.69% | - |
| XYZ | 22.2 | 11.04 | 24.25 | - |
| YUV | 71.94 | 164.16 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 136 | 0 | 0.96 | 0.22 | 0.31 | 313.93 | 0.92 | 0.36 |
| Hex | AF | 7 | 88 | 0 | 60 | 16 | 1F | 13A | 5C | 24 |
| Octal | 257 | 7 | 210 | 0 | 140 | 26 | 37 | 472 | 134 | 44 |
| Binary | 10101111 | 111 | 10001000 | 0 | 1100000 | 10110 | 11111 | 100111010 | 1011100 | 100100 |
Color Harmonies of #AF0788
Complementary color
Monochromatic Colors of #AF0788
Black with #AF0788
Text Example
Text Example
White with #AF0788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0788; }
p { color: rgb(175,7,136); }
H1.HeaderClassName
{
color: #AF0788;
}
.AnyTagClassName
{
color: #AF0788;
}
</style>
background-color css
<style>
a { background-color: #AF0788; }
a { background-color: rgb(175,7,136); }
div.DivClassName
{
background-color: #AF0788;
}
.BgClassName
{
background-color: #AF0788;
}
</style>
border-color css
<style>
span { border-color: #AF0788; }
span { border-color: rgb(175,7,136); }
td.TdClassName
{
border-color: #AF0788;
}
.TagClassName
{
border-color: #AF0788;
}
</style>