Shades of Medium Red Violet #AF3E9B
Tints of Medium Red Violet #AF3E9B
RGB
CMYK
RGB Variations
Color information
#AF3E9B (or 0xAF3E9B) is known color: Medium Red Violet. HEX triplet: AF, 3E and 9B. RGB value is (175,62,155). Sum of RGB (Red+Green+Blue) = 175+62+155=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3E9B is #50C164. Grayscale: #6A6A6A. Windows color (decimal): -5292389 or 10174127. OLE color: 10174127.
HSL color Cylindrical-coordinate representation of color #AF3E9B: hue angle of 310.62º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3E9B is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 155 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.31 |
| HSL | 310.62º | 0.48% | 0.46% | - |
| HSV(B) | 310.62º | 0.65% | 0.69% | - |
| XYZ | 25.32 | 14.93 | 32.56 | - |
| YUV | 106.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 155 | 0 | 0.65 | 0.11 | 0.31 | 310.62 | 0.48 | 0.46 |
| Hex | AF | 3E | 9B | 0 | 41 | B | 1F | 137 | 30 | 2E |
| Octal | 257 | 76 | 233 | 0 | 101 | 13 | 37 | 467 | 60 | 56 |
| Binary | 10101111 | 111110 | 10011011 | 0 | 1000001 | 1011 | 11111 | 100110111 | 110000 | 101110 |
Color Harmonies of #AF3E9B
Complementary color
Monochromatic Colors of #AF3E9B
Black with #AF3E9B
Text Example
Text Example
White with #AF3E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E9B; }
p { color: rgb(175,62,155); }
H1.HeaderClassName
{
color: #AF3E9B;
}
.AnyTagClassName
{
color: #AF3E9B;
}
</style>
background-color css
<style>
a { background-color: #AF3E9B; }
a { background-color: rgb(175,62,155); }
div.DivClassName
{
background-color: #AF3E9B;
}
.BgClassName
{
background-color: #AF3E9B;
}
</style>
border-color css
<style>
span { border-color: #AF3E9B; }
span { border-color: rgb(175,62,155); }
td.TdClassName
{
border-color: #AF3E9B;
}
.TagClassName
{
border-color: #AF3E9B;
}
</style>