Shades of Medium Red Violet #AF4581
Tints of Medium Red Violet #AF4581
RGB
CMYK
RGB Variations
Color information
#AF4581 (or 0xAF4581) is known color: Medium Red Violet. HEX triplet: AF, 45 and 81. RGB value is (175,69,129). Sum of RGB (Red+Green+Blue) = 175+69+129=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4581 is #50BA7E. Grayscale: #6B6B6B. Windows color (decimal): -5290623 or 8471983. OLE color: 8471983.
HSL color Cylindrical-coordinate representation of color #AF4581: hue angle of 326.04º 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 #AF4581 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 129 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.31 |
| HSL | 326.04º | 0.43% | 0.48% | - |
| HSV(B) | 326.04º | 0.61% | 0.69% | - |
| XYZ | 23.77 | 14.96 | 22.4 | - |
| YUV | 107.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 129 | 0 | 0.61 | 0.26 | 0.31 | 326.04 | 0.43 | 0.48 |
| Hex | AF | 45 | 81 | 0 | 3D | 1A | 1F | 146 | 2B | 30 |
| Octal | 257 | 105 | 201 | 0 | 75 | 32 | 37 | 506 | 53 | 60 |
| Binary | 10101111 | 1000101 | 10000001 | 0 | 111101 | 11010 | 11111 | 101000110 | 101011 | 110000 |
Color Harmonies of #AF4581
Complementary color
Monochromatic Colors of #AF4581
Black with #AF4581
Text Example
Text Example
White with #AF4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4581; }
p { color: rgb(175,69,129); }
H1.HeaderClassName
{
color: #AF4581;
}
.AnyTagClassName
{
color: #AF4581;
}
</style>
background-color css
<style>
a { background-color: #AF4581; }
a { background-color: rgb(175,69,129); }
div.DivClassName
{
background-color: #AF4581;
}
.BgClassName
{
background-color: #AF4581;
}
</style>
border-color css
<style>
span { border-color: #AF4581; }
span { border-color: rgb(175,69,129); }
td.TdClassName
{
border-color: #AF4581;
}
.TagClassName
{
border-color: #AF4581;
}
</style>