Shades of Medium Red Violet #AF418A
Tints of Medium Red Violet #AF418A
RGB
CMYK
RGB Variations
Color information
#AF418A (or 0xAF418A) is known color: Medium Red Violet. HEX triplet: AF, 41 and 8A. RGB value is (175,65,138). Sum of RGB (Red+Green+Blue) = 175+65+138=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF418A is #50BE75. Grayscale: #6A6A6A. Windows color (decimal): -5291638 or 9060783. OLE color: 9060783.
HSL color Cylindrical-coordinate representation of color #AF418A: hue angle of 320.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF418A is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 138 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.31 |
| HSL | 320.18º | 0.46% | 0.47% | - |
| HSV(B) | 320.18º | 0.63% | 0.69% | - |
| XYZ | 24.16 | 14.73 | 25.61 | - |
| YUV | 106.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 138 | 0 | 0.63 | 0.21 | 0.31 | 320.18 | 0.46 | 0.47 |
| Hex | AF | 41 | 8A | 0 | 3F | 15 | 1F | 140 | 2E | 2F |
| Octal | 257 | 101 | 212 | 0 | 77 | 25 | 37 | 500 | 56 | 57 |
| Binary | 10101111 | 1000001 | 10001010 | 0 | 111111 | 10101 | 11111 | 101000000 | 101110 | 101111 |
Color Harmonies of #AF418A
Complementary color
Monochromatic Colors of #AF418A
Black with #AF418A
Text Example
Text Example
White with #AF418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF418A; }
p { color: rgb(175,65,138); }
H1.HeaderClassName
{
color: #AF418A;
}
.AnyTagClassName
{
color: #AF418A;
}
</style>
background-color css
<style>
a { background-color: #AF418A; }
a { background-color: rgb(175,65,138); }
div.DivClassName
{
background-color: #AF418A;
}
.BgClassName
{
background-color: #AF418A;
}
</style>
border-color css
<style>
span { border-color: #AF418A; }
span { border-color: rgb(175,65,138); }
td.TdClassName
{
border-color: #AF418A;
}
.TagClassName
{
border-color: #AF418A;
}
</style>