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