Shades of Medium Red Violet #AF339B
Tints of Medium Red Violet #AF339B
RGB
CMYK
RGB Variations
Color information
#AF339B (or 0xAF339B) is known color: Medium Red Violet. HEX triplet: AF, 33 and 9B. RGB value is (175,51,155). Sum of RGB (Red+Green+Blue) = 175+51+155=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF339B is #50CC64. Grayscale: #636363. Windows color (decimal): -5295205 or 10171311. OLE color: 10171311.
HSL color Cylindrical-coordinate representation of color #AF339B: hue angle of 309.68º 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 #AF339B is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 155 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.31 |
| HSL | 309.68º | 0.55% | 0.44% | - |
| HSV(B) | 309.68º | 0.71% | 0.69% | - |
| XYZ | 24.78 | 13.85 | 32.38 | - |
| YUV | 99.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 155 | 0 | 0.71 | 0.11 | 0.31 | 309.68 | 0.55 | 0.44 |
| Hex | AF | 33 | 9B | 0 | 47 | B | 1F | 136 | 37 | 2C |
| Octal | 257 | 63 | 233 | 0 | 107 | 13 | 37 | 466 | 67 | 54 |
| Binary | 10101111 | 110011 | 10011011 | 0 | 1000111 | 1011 | 11111 | 100110110 | 110111 | 101100 |
Color Harmonies of #AF339B
Complementary color
Monochromatic Colors of #AF339B
Black with #AF339B
Text Example
Text Example
White with #AF339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF339B; }
p { color: rgb(175,51,155); }
H1.HeaderClassName
{
color: #AF339B;
}
.AnyTagClassName
{
color: #AF339B;
}
</style>
background-color css
<style>
a { background-color: #AF339B; }
a { background-color: rgb(175,51,155); }
div.DivClassName
{
background-color: #AF339B;
}
.BgClassName
{
background-color: #AF339B;
}
</style>
border-color css
<style>
span { border-color: #AF339B; }
span { border-color: rgb(175,51,155); }
td.TdClassName
{
border-color: #AF339B;
}
.TagClassName
{
border-color: #AF339B;
}
</style>