Shades of Medium Red Violet #AF34A6
Tints of Medium Red Violet #AF34A6
RGB
CMYK
RGB Variations
Color information
#AF34A6 (or 0xAF34A6) is known color: Medium Red Violet. HEX triplet: AF, 34 and A6. RGB value is (175,52,166). Sum of RGB (Red+Green+Blue) = 175+52+166=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF34A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF34A6 is #50CB59. Grayscale: #656565. Windows color (decimal): -5294938 or 10892463. OLE color: 10892463.
HSL color Cylindrical-coordinate representation of color #AF34A6: hue angle of 304.39º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF34A6 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 166 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.31 |
| HSL | 304.39º | 0.54% | 0.45% | - |
| HSV(B) | 304.39º | 0.7% | 0.69% | - |
| XYZ | 25.79 | 14.32 | 37.48 | - |
| YUV | 101.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 166 | 0 | 0.70 | 0.05 | 0.31 | 304.39 | 0.54 | 0.45 |
| Hex | AF | 34 | A6 | 0 | 46 | 5 | 1F | 130 | 36 | 2D |
| Octal | 257 | 64 | 246 | 0 | 106 | 5 | 37 | 460 | 66 | 55 |
| Binary | 10101111 | 110100 | 10100110 | 0 | 1000110 | 101 | 11111 | 100110000 | 110110 | 101101 |
Color Harmonies of #AF34A6
Complementary color
Monochromatic Colors of #AF34A6
Black with #AF34A6
Text Example
Text Example
White with #AF34A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34A6; }
p { color: rgb(175,52,166); }
H1.HeaderClassName
{
color: #AF34A6;
}
.AnyTagClassName
{
color: #AF34A6;
}
</style>
background-color css
<style>
a { background-color: #AF34A6; }
a { background-color: rgb(175,52,166); }
div.DivClassName
{
background-color: #AF34A6;
}
.BgClassName
{
background-color: #AF34A6;
}
</style>
border-color css
<style>
span { border-color: #AF34A6; }
span { border-color: rgb(175,52,166); }
td.TdClassName
{
border-color: #AF34A6;
}
.TagClassName
{
border-color: #AF34A6;
}
</style>