Shades of Medium Red Violet #AF367D
Tints of Medium Red Violet #AF367D
RGB
CMYK
RGB Variations
Color information
#AF367D (or 0xAF367D) is known color: Medium Red Violet. HEX triplet: AF, 36 and 7D. RGB value is (175,54,125). Sum of RGB (Red+Green+Blue) = 175+54+125=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF367D is #50C982. Grayscale: #626262. Windows color (decimal): -5294467 or 8205999. OLE color: 8205999.
HSL color Cylindrical-coordinate representation of color #AF367D: hue angle of 324.79º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF367D is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 125 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.31 |
| HSL | 324.79º | 0.53% | 0.45% | - |
| HSV(B) | 324.79º | 0.69% | 0.69% | - |
| XYZ | 22.7 | 13.23 | 20.76 | - |
| YUV | 98.27 | 143.09 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 125 | 0 | 0.69 | 0.29 | 0.31 | 324.79 | 0.53 | 0.45 |
| Hex | AF | 36 | 7D | 0 | 45 | 1D | 1F | 145 | 35 | 2D |
| Octal | 257 | 66 | 175 | 0 | 105 | 35 | 37 | 505 | 65 | 55 |
| Binary | 10101111 | 110110 | 1111101 | 0 | 1000101 | 11101 | 11111 | 101000101 | 110101 | 101101 |
Color Harmonies of #AF367D
Complementary color
Monochromatic Colors of #AF367D
Black with #AF367D
Text Example
Text Example
White with #AF367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF367D; }
p { color: rgb(175,54,125); }
H1.HeaderClassName
{
color: #AF367D;
}
.AnyTagClassName
{
color: #AF367D;
}
</style>
background-color css
<style>
a { background-color: #AF367D; }
a { background-color: rgb(175,54,125); }
div.DivClassName
{
background-color: #AF367D;
}
.BgClassName
{
background-color: #AF367D;
}
</style>
border-color css
<style>
span { border-color: #AF367D; }
span { border-color: rgb(175,54,125); }
td.TdClassName
{
border-color: #AF367D;
}
.TagClassName
{
border-color: #AF367D;
}
</style>