Shades of Medium Red Violet #AF339D
Tints of Medium Red Violet #AF339D
RGB
CMYK
RGB Variations
Color information
#AF339D (or 0xAF339D) is known color: Medium Red Violet. HEX triplet: AF, 33 and 9D. RGB value is (175,51,157). Sum of RGB (Red+Green+Blue) = 175+51+157=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF339D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF339D is #50CC62. Grayscale: #636363. Windows color (decimal): -5295203 or 10302383. OLE color: 10302383.
HSL color Cylindrical-coordinate representation of color #AF339D: hue angle of 308.71º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF339D is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 157 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.31 |
| HSL | 308.71º | 0.55% | 0.44% | - |
| HSV(B) | 308.71º | 0.71% | 0.69% | - |
| XYZ | 24.95 | 13.92 | 33.27 | - |
| YUV | 100.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 157 | 0 | 0.71 | 0.10 | 0.31 | 308.71 | 0.55 | 0.44 |
| Hex | AF | 33 | 9D | 0 | 47 | A | 1F | 135 | 37 | 2C |
| Octal | 257 | 63 | 235 | 0 | 107 | 12 | 37 | 465 | 67 | 54 |
| Binary | 10101111 | 110011 | 10011101 | 0 | 1000111 | 1010 | 11111 | 100110101 | 110111 | 101100 |
Color Harmonies of #AF339D
Complementary color
Monochromatic Colors of #AF339D
Black with #AF339D
Text Example
Text Example
White with #AF339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF339D; }
p { color: rgb(175,51,157); }
H1.HeaderClassName
{
color: #AF339D;
}
.AnyTagClassName
{
color: #AF339D;
}
</style>
background-color css
<style>
a { background-color: #AF339D; }
a { background-color: rgb(175,51,157); }
div.DivClassName
{
background-color: #AF339D;
}
.BgClassName
{
background-color: #AF339D;
}
</style>
border-color css
<style>
span { border-color: #AF339D; }
span { border-color: rgb(175,51,157); }
td.TdClassName
{
border-color: #AF339D;
}
.TagClassName
{
border-color: #AF339D;
}
</style>