Shades of Medium Red Violet #AF2FA4
Tints of Medium Red Violet #AF2FA4
RGB
CMYK
RGB Variations
Color information
#AF2FA4 (or 0xAF2FA4) is known color: Medium Red Violet. HEX triplet: AF, 2F and A4. RGB value is (175,47,164). Sum of RGB (Red+Green+Blue) = 175+47+164=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2FA4 is #50D05B. Grayscale: #626262. Windows color (decimal): -5296220 or 10760111. OLE color: 10760111.
HSL color Cylindrical-coordinate representation of color #AF2FA4: hue angle of 305.16º degrees, saturation: 0.58, 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 #AF2FA4 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 164 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.31 |
| HSL | 305.16º | 0.58% | 0.44% | - |
| HSV(B) | 305.16º | 0.73% | 0.69% | - |
| XYZ | 25.4 | 13.83 | 36.45 | - |
| YUV | 98.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 164 | 0 | 0.73 | 0.06 | 0.31 | 305.16 | 0.58 | 0.44 |
| Hex | AF | 2F | A4 | 0 | 49 | 6 | 1F | 131 | 3A | 2C |
| Octal | 257 | 57 | 244 | 0 | 111 | 6 | 37 | 461 | 72 | 54 |
| Binary | 10101111 | 101111 | 10100100 | 0 | 1001001 | 110 | 11111 | 100110001 | 111010 | 101100 |
Color Harmonies of #AF2FA4
Complementary color
Monochromatic Colors of #AF2FA4
Black with #AF2FA4
Text Example
Text Example
White with #AF2FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2FA4; }
p { color: rgb(175,47,164); }
H1.HeaderClassName
{
color: #AF2FA4;
}
.AnyTagClassName
{
color: #AF2FA4;
}
</style>
background-color css
<style>
a { background-color: #AF2FA4; }
a { background-color: rgb(175,47,164); }
div.DivClassName
{
background-color: #AF2FA4;
}
.BgClassName
{
background-color: #AF2FA4;
}
</style>
border-color css
<style>
span { border-color: #AF2FA4; }
span { border-color: rgb(175,47,164); }
td.TdClassName
{
border-color: #AF2FA4;
}
.TagClassName
{
border-color: #AF2FA4;
}
</style>