Shades of Medium Red Violet #AF409A
Tints of Medium Red Violet #AF409A
RGB
CMYK
RGB Variations
Color information
#AF409A (or 0xAF409A) is known color: Medium Red Violet. HEX triplet: AF, 40 and 9A. RGB value is (175,64,154). Sum of RGB (Red+Green+Blue) = 175+64+154=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF409A is #50BF65. Grayscale: #6B6B6B. Windows color (decimal): -5291878 or 10109103. OLE color: 10109103.
HSL color Cylindrical-coordinate representation of color #AF409A: hue angle of 311.35º 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 #AF409A is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 154 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.31 |
| HSL | 311.35º | 0.46% | 0.47% | - |
| HSV(B) | 311.35º | 0.63% | 0.69% | - |
| XYZ | 25.35 | 15.11 | 32.15 | - |
| YUV | 107.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 154 | 0 | 0.63 | 0.12 | 0.31 | 311.35 | 0.46 | 0.47 |
| Hex | AF | 40 | 9A | 0 | 3F | C | 1F | 137 | 2E | 2F |
| Octal | 257 | 100 | 232 | 0 | 77 | 14 | 37 | 467 | 56 | 57 |
| Binary | 10101111 | 1000000 | 10011010 | 0 | 111111 | 1100 | 11111 | 100110111 | 101110 | 101111 |
Color Harmonies of #AF409A
Complementary color
Monochromatic Colors of #AF409A
Black with #AF409A
Text Example
Text Example
White with #AF409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF409A; }
p { color: rgb(175,64,154); }
H1.HeaderClassName
{
color: #AF409A;
}
.AnyTagClassName
{
color: #AF409A;
}
</style>
background-color css
<style>
a { background-color: #AF409A; }
a { background-color: rgb(175,64,154); }
div.DivClassName
{
background-color: #AF409A;
}
.BgClassName
{
background-color: #AF409A;
}
</style>
border-color css
<style>
span { border-color: #AF409A; }
span { border-color: rgb(175,64,154); }
td.TdClassName
{
border-color: #AF409A;
}
.TagClassName
{
border-color: #AF409A;
}
</style>