Shades of Medium Red Violet #AF369E
Tints of Medium Red Violet #AF369E
RGB
CMYK
RGB Variations
Color information
#AF369E (or 0xAF369E) is known color: Medium Red Violet. HEX triplet: AF, 36 and 9E. RGB value is (175,54,158). Sum of RGB (Red+Green+Blue) = 175+54+158=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF369E is #50C961. Grayscale: #656565. Windows color (decimal): -5294434 or 10368687. OLE color: 10368687.
HSL color Cylindrical-coordinate representation of color #AF369E: hue angle of 308.43º 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 #AF369E is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 158 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.31 |
| HSL | 308.43º | 0.53% | 0.45% | - |
| HSV(B) | 308.43º | 0.69% | 0.69% | - |
| XYZ | 25.17 | 14.22 | 33.77 | - |
| YUV | 102.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 158 | 0 | 0.69 | 0.10 | 0.31 | 308.43 | 0.53 | 0.45 |
| Hex | AF | 36 | 9E | 0 | 45 | A | 1F | 134 | 35 | 2D |
| Octal | 257 | 66 | 236 | 0 | 105 | 12 | 37 | 464 | 65 | 55 |
| Binary | 10101111 | 110110 | 10011110 | 0 | 1000101 | 1010 | 11111 | 100110100 | 110101 | 101101 |
Color Harmonies of #AF369E
Complementary color
Monochromatic Colors of #AF369E
Black with #AF369E
Text Example
Text Example
White with #AF369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF369E; }
p { color: rgb(175,54,158); }
H1.HeaderClassName
{
color: #AF369E;
}
.AnyTagClassName
{
color: #AF369E;
}
</style>
background-color css
<style>
a { background-color: #AF369E; }
a { background-color: rgb(175,54,158); }
div.DivClassName
{
background-color: #AF369E;
}
.BgClassName
{
background-color: #AF369E;
}
</style>
border-color css
<style>
span { border-color: #AF369E; }
span { border-color: rgb(175,54,158); }
td.TdClassName
{
border-color: #AF369E;
}
.TagClassName
{
border-color: #AF369E;
}
</style>