Shades of Medium Red Violet #AF309A
Tints of Medium Red Violet #AF309A
RGB
CMYK
RGB Variations
Color information
#AF309A (or 0xAF309A) is known color: Medium Red Violet. HEX triplet: AF, 30 and 9A. RGB value is (175,48,154). Sum of RGB (Red+Green+Blue) = 175+48+154=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF309A is #50CF65. Grayscale: #616161. Windows color (decimal): -5295974 or 10105007. OLE color: 10105007.
HSL color Cylindrical-coordinate representation of color #AF309A: hue angle of 309.92º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF309A is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 154 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.31 |
| HSL | 309.92º | 0.57% | 0.44% | - |
| HSV(B) | 309.92º | 0.73% | 0.69% | - |
| XYZ | 24.57 | 13.56 | 31.89 | - |
| YUV | 98.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 154 | 0 | 0.73 | 0.12 | 0.31 | 309.92 | 0.57 | 0.44 |
| Hex | AF | 30 | 9A | 0 | 49 | C | 1F | 136 | 39 | 2C |
| Octal | 257 | 60 | 232 | 0 | 111 | 14 | 37 | 466 | 71 | 54 |
| Binary | 10101111 | 110000 | 10011010 | 0 | 1001001 | 1100 | 11111 | 100110110 | 111001 | 101100 |
Color Harmonies of #AF309A
Complementary color
Monochromatic Colors of #AF309A
Black with #AF309A
Text Example
Text Example
White with #AF309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF309A; }
p { color: rgb(175,48,154); }
H1.HeaderClassName
{
color: #AF309A;
}
.AnyTagClassName
{
color: #AF309A;
}
</style>
background-color css
<style>
a { background-color: #AF309A; }
a { background-color: rgb(175,48,154); }
div.DivClassName
{
background-color: #AF309A;
}
.BgClassName
{
background-color: #AF309A;
}
</style>
border-color css
<style>
span { border-color: #AF309A; }
span { border-color: rgb(175,48,154); }
td.TdClassName
{
border-color: #AF309A;
}
.TagClassName
{
border-color: #AF309A;
}
</style>