Shades of Medium Violet Red #AF1C9A
Tints of Medium Violet Red #AF1C9A
RGB
CMYK
RGB Variations
Color information
#AF1C9A (or 0xAF1C9A) is known color: Medium Violet Red. HEX triplet: AF, 1C and 9A. RGB value is (175,28,154). Sum of RGB (Red+Green+Blue) = 175+28+154=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1C9A is #50E365. Grayscale: #555555. Windows color (decimal): -5301094 or 10099887. OLE color: 10099887.
HSL color Cylindrical-coordinate representation of color #AF1C9A: hue angle of 308.57º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C9A is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 28 | 154 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.31 |
| HSL | 308.57º | 0.72% | 0.4% | - |
| HSV(B) | 308.57º | 0.84% | 0.69% | - |
| XYZ | 23.93 | 12.28 | 31.68 | - |
| YUV | 86.32 | 166.2 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 154 | 0 | 0.84 | 0.12 | 0.31 | 308.57 | 0.72 | 0.4 |
| Hex | AF | 1C | 9A | 0 | 54 | C | 1F | 135 | 48 | 28 |
| Octal | 257 | 34 | 232 | 0 | 124 | 14 | 37 | 465 | 110 | 50 |
| Binary | 10101111 | 11100 | 10011010 | 0 | 1010100 | 1100 | 11111 | 100110101 | 1001000 | 101000 |
Color Harmonies of #AF1C9A
Complementary color
Monochromatic Colors of #AF1C9A
Black with #AF1C9A
Text Example
Text Example
White with #AF1C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1C9A; }
p { color: rgb(175,28,154); }
H1.HeaderClassName
{
color: #AF1C9A;
}
.AnyTagClassName
{
color: #AF1C9A;
}
</style>
background-color css
<style>
a { background-color: #AF1C9A; }
a { background-color: rgb(175,28,154); }
div.DivClassName
{
background-color: #AF1C9A;
}
.BgClassName
{
background-color: #AF1C9A;
}
</style>
border-color css
<style>
span { border-color: #AF1C9A; }
span { border-color: rgb(175,28,154); }
td.TdClassName
{
border-color: #AF1C9A;
}
.TagClassName
{
border-color: #AF1C9A;
}
</style>