Shades of Medium Red Violet #AF309B
Tints of Medium Red Violet #AF309B
RGB
CMYK
RGB Variations
Color information
#AF309B (or 0xAF309B) is known color: Medium Red Violet. HEX triplet: AF, 30 and 9B. RGB value is (175,48,155). Sum of RGB (Red+Green+Blue) = 175+48+155=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF309B is #50CF64. Grayscale: #616161. Windows color (decimal): -5295973 or 10170543. OLE color: 10170543.
HSL color Cylindrical-coordinate representation of color #AF309B: hue angle of 309.45º 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 #AF309B is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 155 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.31 |
| HSL | 309.45º | 0.57% | 0.44% | - |
| HSV(B) | 309.45º | 0.73% | 0.69% | - |
| XYZ | 24.65 | 13.59 | 32.34 | - |
| YUV | 98.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 155 | 0 | 0.73 | 0.11 | 0.31 | 309.45 | 0.57 | 0.44 |
| Hex | AF | 30 | 9B | 0 | 49 | B | 1F | 135 | 39 | 2C |
| Octal | 257 | 60 | 233 | 0 | 111 | 13 | 37 | 465 | 71 | 54 |
| Binary | 10101111 | 110000 | 10011011 | 0 | 1001001 | 1011 | 11111 | 100110101 | 111001 | 101100 |
Color Harmonies of #AF309B
Complementary color
Monochromatic Colors of #AF309B
Black with #AF309B
Text Example
Text Example
White with #AF309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF309B; }
p { color: rgb(175,48,155); }
H1.HeaderClassName
{
color: #AF309B;
}
.AnyTagClassName
{
color: #AF309B;
}
</style>
background-color css
<style>
a { background-color: #AF309B; }
a { background-color: rgb(175,48,155); }
div.DivClassName
{
background-color: #AF309B;
}
.BgClassName
{
background-color: #AF309B;
}
</style>
border-color css
<style>
span { border-color: #AF309B; }
span { border-color: rgb(175,48,155); }
td.TdClassName
{
border-color: #AF309B;
}
.TagClassName
{
border-color: #AF309B;
}
</style>