Shades of Medium Red Violet #AF458B
Tints of Medium Red Violet #AF458B
RGB
CMYK
RGB Variations
Color information
#AF458B (or 0xAF458B) is known color: Medium Red Violet. HEX triplet: AF, 45 and 8B. RGB value is (175,69,139). Sum of RGB (Red+Green+Blue) = 175+69+139=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF458B is #50BA74. Grayscale: #6C6C6C. Windows color (decimal): -5290613 or 9127343. OLE color: 9127343.
HSL color Cylindrical-coordinate representation of color #AF458B: hue angle of 320.38º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF458B is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 139 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.31 |
| HSL | 320.38º | 0.43% | 0.48% | - |
| HSV(B) | 320.38º | 0.61% | 0.69% | - |
| XYZ | 24.47 | 15.23 | 26.08 | - |
| YUV | 108.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 139 | 0 | 0.61 | 0.21 | 0.31 | 320.38 | 0.43 | 0.48 |
| Hex | AF | 45 | 8B | 0 | 3D | 15 | 1F | 140 | 2B | 30 |
| Octal | 257 | 105 | 213 | 0 | 75 | 25 | 37 | 500 | 53 | 60 |
| Binary | 10101111 | 1000101 | 10001011 | 0 | 111101 | 10101 | 11111 | 101000000 | 101011 | 110000 |
Color Harmonies of #AF458B
Complementary color
Monochromatic Colors of #AF458B
Black with #AF458B
Text Example
Text Example
White with #AF458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF458B; }
p { color: rgb(175,69,139); }
H1.HeaderClassName
{
color: #AF458B;
}
.AnyTagClassName
{
color: #AF458B;
}
</style>
background-color css
<style>
a { background-color: #AF458B; }
a { background-color: rgb(175,69,139); }
div.DivClassName
{
background-color: #AF458B;
}
.BgClassName
{
background-color: #AF458B;
}
</style>
border-color css
<style>
span { border-color: #AF458B; }
span { border-color: rgb(175,69,139); }
td.TdClassName
{
border-color: #AF458B;
}
.TagClassName
{
border-color: #AF458B;
}
</style>