Shades of Medium Red Violet #AF409B
Tints of Medium Red Violet #AF409B
RGB
CMYK
RGB Variations
Color information
#AF409B (or 0xAF409B) is known color: Medium Red Violet. HEX triplet: AF, 40 and 9B. RGB value is (175,64,155). Sum of RGB (Red+Green+Blue) = 175+64+155=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF409B is #50BF64. Grayscale: #6B6B6B. Windows color (decimal): -5291877 or 10174639. OLE color: 10174639.
HSL color Cylindrical-coordinate representation of color #AF409B: hue angle of 310.81º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF409B is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 155 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.31 |
| HSL | 310.81º | 0.46% | 0.47% | - |
| HSV(B) | 310.81º | 0.63% | 0.69% | - |
| XYZ | 25.43 | 15.15 | 32.59 | - |
| YUV | 107.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 155 | 0 | 0.63 | 0.11 | 0.31 | 310.81 | 0.46 | 0.47 |
| Hex | AF | 40 | 9B | 0 | 3F | B | 1F | 137 | 2E | 2F |
| Octal | 257 | 100 | 233 | 0 | 77 | 13 | 37 | 467 | 56 | 57 |
| Binary | 10101111 | 1000000 | 10011011 | 0 | 111111 | 1011 | 11111 | 100110111 | 101110 | 101111 |
Color Harmonies of #AF409B
Complementary color
Monochromatic Colors of #AF409B
Black with #AF409B
Text Example
Text Example
White with #AF409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF409B; }
p { color: rgb(175,64,155); }
H1.HeaderClassName
{
color: #AF409B;
}
.AnyTagClassName
{
color: #AF409B;
}
</style>
background-color css
<style>
a { background-color: #AF409B; }
a { background-color: rgb(175,64,155); }
div.DivClassName
{
background-color: #AF409B;
}
.BgClassName
{
background-color: #AF409B;
}
</style>
border-color css
<style>
span { border-color: #AF409B; }
span { border-color: rgb(175,64,155); }
td.TdClassName
{
border-color: #AF409B;
}
.TagClassName
{
border-color: #AF409B;
}
</style>