Shades of Medium Red Violet #AF307E
Tints of Medium Red Violet #AF307E
RGB
CMYK
RGB Variations
Color information
#AF307E (or 0xAF307E) is known color: Medium Red Violet. HEX triplet: AF, 30 and 7E. RGB value is (175,48,126). Sum of RGB (Red+Green+Blue) = 175+48+126=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF307E is #50CF81. Grayscale: #5E5E5E. Windows color (decimal): -5296002 or 8269999. OLE color: 8269999.
HSL color Cylindrical-coordinate representation of color #AF307E: hue angle of 323.15º 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 #AF307E is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 126 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.31 |
| HSL | 323.15º | 0.57% | 0.44% | - |
| HSV(B) | 323.15º | 0.73% | 0.69% | - |
| XYZ | 22.5 | 12.73 | 21.01 | - |
| YUV | 94.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 126 | 0 | 0.73 | 0.28 | 0.31 | 323.15 | 0.57 | 0.44 |
| Hex | AF | 30 | 7E | 0 | 49 | 1C | 1F | 143 | 39 | 2C |
| Octal | 257 | 60 | 176 | 0 | 111 | 34 | 37 | 503 | 71 | 54 |
| Binary | 10101111 | 110000 | 1111110 | 0 | 1001001 | 11100 | 11111 | 101000011 | 111001 | 101100 |
Color Harmonies of #AF307E
Complementary color
Monochromatic Colors of #AF307E
Black with #AF307E
Text Example
Text Example
White with #AF307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF307E; }
p { color: rgb(175,48,126); }
H1.HeaderClassName
{
color: #AF307E;
}
.AnyTagClassName
{
color: #AF307E;
}
</style>
background-color css
<style>
a { background-color: #AF307E; }
a { background-color: rgb(175,48,126); }
div.DivClassName
{
background-color: #AF307E;
}
.BgClassName
{
background-color: #AF307E;
}
</style>
border-color css
<style>
span { border-color: #AF307E; }
span { border-color: rgb(175,48,126); }
td.TdClassName
{
border-color: #AF307E;
}
.TagClassName
{
border-color: #AF307E;
}
</style>