Shades of Medium Red Violet #AF399C
Tints of Medium Red Violet #AF399C
RGB
CMYK
RGB Variations
Color information
#AF399C (or 0xAF399C) is known color: Medium Red Violet. HEX triplet: AF, 39 and 9C. RGB value is (175,57,156). Sum of RGB (Red+Green+Blue) = 175+57+156=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF399C is #50C663. Grayscale: #676767. Windows color (decimal): -5293668 or 10238383. OLE color: 10238383.
HSL color Cylindrical-coordinate representation of color #AF399C: hue angle of 309.66º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF399C is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 156 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.31 |
| HSL | 309.66º | 0.51% | 0.45% | - |
| HSV(B) | 309.66º | 0.67% | 0.69% | - |
| XYZ | 25.14 | 14.44 | 32.91 | - |
| YUV | 103.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 156 | 0 | 0.67 | 0.11 | 0.31 | 309.66 | 0.51 | 0.45 |
| Hex | AF | 39 | 9C | 0 | 43 | B | 1F | 136 | 33 | 2D |
| Octal | 257 | 71 | 234 | 0 | 103 | 13 | 37 | 466 | 63 | 55 |
| Binary | 10101111 | 111001 | 10011100 | 0 | 1000011 | 1011 | 11111 | 100110110 | 110011 | 101101 |
Color Harmonies of #AF399C
Complementary color
Monochromatic Colors of #AF399C
Black with #AF399C
Text Example
Text Example
White with #AF399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF399C; }
p { color: rgb(175,57,156); }
H1.HeaderClassName
{
color: #AF399C;
}
.AnyTagClassName
{
color: #AF399C;
}
</style>
background-color css
<style>
a { background-color: #AF399C; }
a { background-color: rgb(175,57,156); }
div.DivClassName
{
background-color: #AF399C;
}
.BgClassName
{
background-color: #AF399C;
}
</style>
border-color css
<style>
span { border-color: #AF399C; }
span { border-color: rgb(175,57,156); }
td.TdClassName
{
border-color: #AF399C;
}
.TagClassName
{
border-color: #AF399C;
}
</style>