Shades of Medium Red Violet #AF458A
Tints of Medium Red Violet #AF458A
RGB
CMYK
RGB Variations
Color information
#AF458A (or 0xAF458A) is known color: Medium Red Violet. HEX triplet: AF, 45 and 8A. RGB value is (175,69,138). Sum of RGB (Red+Green+Blue) = 175+69+138=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF458A is #50BA75. Grayscale: #6C6C6C. Windows color (decimal): -5290614 or 9061807. OLE color: 9061807.
HSL color Cylindrical-coordinate representation of color #AF458A: hue angle of 320.94º 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 #AF458A is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 138 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.31 |
| HSL | 320.94º | 0.43% | 0.48% | - |
| HSV(B) | 320.94º | 0.61% | 0.69% | - |
| XYZ | 24.39 | 15.21 | 25.69 | - |
| YUV | 108.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 138 | 0 | 0.61 | 0.21 | 0.31 | 320.94 | 0.43 | 0.48 |
| Hex | AF | 45 | 8A | 0 | 3D | 15 | 1F | 141 | 2B | 30 |
| Octal | 257 | 105 | 212 | 0 | 75 | 25 | 37 | 501 | 53 | 60 |
| Binary | 10101111 | 1000101 | 10001010 | 0 | 111101 | 10101 | 11111 | 101000001 | 101011 | 110000 |
Color Harmonies of #AF458A
Complementary color
Monochromatic Colors of #AF458A
Black with #AF458A
Text Example
Text Example
White with #AF458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF458A; }
p { color: rgb(175,69,138); }
H1.HeaderClassName
{
color: #AF458A;
}
.AnyTagClassName
{
color: #AF458A;
}
</style>
background-color css
<style>
a { background-color: #AF458A; }
a { background-color: rgb(175,69,138); }
div.DivClassName
{
background-color: #AF458A;
}
.BgClassName
{
background-color: #AF458A;
}
</style>
border-color css
<style>
span { border-color: #AF458A; }
span { border-color: rgb(175,69,138); }
td.TdClassName
{
border-color: #AF458A;
}
.TagClassName
{
border-color: #AF458A;
}
</style>