Shades of Medium Red Violet #AF308C
Tints of Medium Red Violet #AF308C
RGB
CMYK
RGB Variations
Color information
#AF308C (or 0xAF308C) is known color: Medium Red Violet. HEX triplet: AF, 30 and 8C. RGB value is (175,48,140). Sum of RGB (Red+Green+Blue) = 175+48+140=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF308C is #50CF73. Grayscale: #606060. Windows color (decimal): -5295988 or 9187503. OLE color: 9187503.
HSL color Cylindrical-coordinate representation of color #AF308C: hue angle of 316.54º 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 #AF308C is Cyan = 0, Magento = 0.73, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 140 | - |
| CMYK | 0 | 0.73 | 0.2 | 0.31 |
| HSL | 316.54º | 0.57% | 0.44% | - |
| HSV(B) | 316.54º | 0.73% | 0.69% | - |
| XYZ | 23.47 | 13.12 | 26.11 | - |
| YUV | 96.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 140 | 0 | 0.73 | 0.2 | 0.31 | 316.54 | 0.57 | 0.44 |
| Hex | AF | 30 | 8C | 0 | 49 | 14 | 1F | 13D | 39 | 2C |
| Octal | 257 | 60 | 214 | 0 | 111 | 24 | 37 | 475 | 71 | 54 |
| Binary | 10101111 | 110000 | 10001100 | 0 | 1001001 | 10100 | 11111 | 100111101 | 111001 | 101100 |
Color Harmonies of #AF308C
Complementary color
Monochromatic Colors of #AF308C
Black with #AF308C
Text Example
Text Example
White with #AF308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF308C; }
p { color: rgb(175,48,140); }
H1.HeaderClassName
{
color: #AF308C;
}
.AnyTagClassName
{
color: #AF308C;
}
</style>
background-color css
<style>
a { background-color: #AF308C; }
a { background-color: rgb(175,48,140); }
div.DivClassName
{
background-color: #AF308C;
}
.BgClassName
{
background-color: #AF308C;
}
</style>
border-color css
<style>
span { border-color: #AF308C; }
span { border-color: rgb(175,48,140); }
td.TdClassName
{
border-color: #AF308C;
}
.TagClassName
{
border-color: #AF308C;
}
</style>