Shades of Medium Violet Red #AF0682
Tints of Medium Violet Red #AF0682
RGB
CMYK
RGB Variations
Color information
#AF0682 (or 0xAF0682) is known color: Medium Violet Red. HEX triplet: AF, 06 and 82. RGB value is (175,6,130). Sum of RGB (Red+Green+Blue) = 175+6+130=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0682 is #50F97D. Grayscale: #464646. Windows color (decimal): -5306750 or 8521391. OLE color: 8521391.
HSL color Cylindrical-coordinate representation of color #AF0682: hue angle of 315.98º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0682 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.31 |
| HSL | 315.98º | 0.93% | 0.35% | - |
| HSV(B) | 315.98º | 0.97% | 0.69% | - |
| XYZ | 21.77 | 10.86 | 22.07 | - |
| YUV | 70.67 | 161.49 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 130 | 0 | 0.97 | 0.26 | 0.31 | 315.98 | 0.93 | 0.35 |
| Hex | AF | 6 | 82 | 0 | 61 | 1A | 1F | 13C | 5D | 23 |
| Octal | 257 | 6 | 202 | 0 | 141 | 32 | 37 | 474 | 135 | 43 |
| Binary | 10101111 | 110 | 10000010 | 0 | 1100001 | 11010 | 11111 | 100111100 | 1011101 | 100011 |
Color Harmonies of #AF0682
Complementary color
Monochromatic Colors of #AF0682
Black with #AF0682
Text Example
Text Example
White with #AF0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0682; }
p { color: rgb(175,6,130); }
H1.HeaderClassName
{
color: #AF0682;
}
.AnyTagClassName
{
color: #AF0682;
}
</style>
background-color css
<style>
a { background-color: #AF0682; }
a { background-color: rgb(175,6,130); }
div.DivClassName
{
background-color: #AF0682;
}
.BgClassName
{
background-color: #AF0682;
}
</style>
border-color css
<style>
span { border-color: #AF0682; }
span { border-color: rgb(175,6,130); }
td.TdClassName
{
border-color: #AF0682;
}
.TagClassName
{
border-color: #AF0682;
}
</style>