Shades of Medium Red Violet #AF307B
Tints of Medium Red Violet #AF307B
RGB
CMYK
RGB Variations
Color information
#AF307B (or 0xAF307B) is known color: Medium Red Violet. HEX triplet: AF, 30 and 7B. RGB value is (175,48,123). Sum of RGB (Red+Green+Blue) = 175+48+123=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF307B is #50CF84. Grayscale: #5E5E5E. Windows color (decimal): -5296005 or 8073391. OLE color: 8073391.
HSL color Cylindrical-coordinate representation of color #AF307B: hue angle of 324.57º 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 #AF307B is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 123 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.31 |
| HSL | 324.57º | 0.57% | 0.44% | - |
| HSV(B) | 324.57º | 0.73% | 0.69% | - |
| XYZ | 22.31 | 12.66 | 20.01 | - |
| YUV | 94.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 123 | 0 | 0.73 | 0.30 | 0.31 | 324.57 | 0.57 | 0.44 |
| Hex | AF | 30 | 7B | 0 | 49 | 1E | 1F | 145 | 39 | 2C |
| Octal | 257 | 60 | 173 | 0 | 111 | 36 | 37 | 505 | 71 | 54 |
| Binary | 10101111 | 110000 | 1111011 | 0 | 1001001 | 11110 | 11111 | 101000101 | 111001 | 101100 |
Color Harmonies of #AF307B
Complementary color
Monochromatic Colors of #AF307B
Black with #AF307B
Text Example
Text Example
White with #AF307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF307B; }
p { color: rgb(175,48,123); }
H1.HeaderClassName
{
color: #AF307B;
}
.AnyTagClassName
{
color: #AF307B;
}
</style>
background-color css
<style>
a { background-color: #AF307B; }
a { background-color: rgb(175,48,123); }
div.DivClassName
{
background-color: #AF307B;
}
.BgClassName
{
background-color: #AF307B;
}
</style>
border-color css
<style>
span { border-color: #AF307B; }
span { border-color: rgb(175,48,123); }
td.TdClassName
{
border-color: #AF307B;
}
.TagClassName
{
border-color: #AF307B;
}
</style>