Shades of Medium Violet Red #AF1AA6
Tints of Medium Violet Red #AF1AA6
RGB
CMYK
RGB Variations
Color information
#AF1AA6 (or 0xAF1AA6) is known color: Medium Violet Red. HEX triplet: AF, 1A and A6. RGB value is (175,26,166). Sum of RGB (Red+Green+Blue) = 175+26+166=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1AA6 is #50E559. Grayscale: #565656. Windows color (decimal): -5301594 or 10885807. OLE color: 10885807.
HSL color Cylindrical-coordinate representation of color #AF1AA6: hue angle of 303.62º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1AA6 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 166 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.31 |
| HSL | 303.62º | 0.74% | 0.39% | - |
| HSV(B) | 303.62º | 0.85% | 0.69% | - |
| XYZ | 24.93 | 12.61 | 37.2 | - |
| YUV | 86.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 166 | 0 | 0.85 | 0.05 | 0.31 | 303.62 | 0.74 | 0.39 |
| Hex | AF | 1A | A6 | 0 | 55 | 5 | 1F | 130 | 4A | 27 |
| Octal | 257 | 32 | 246 | 0 | 125 | 5 | 37 | 460 | 112 | 47 |
| Binary | 10101111 | 11010 | 10100110 | 0 | 1010101 | 101 | 11111 | 100110000 | 1001010 | 100111 |
Color Harmonies of #AF1AA6
Complementary color
Monochromatic Colors of #AF1AA6
Black with #AF1AA6
Text Example
Text Example
White with #AF1AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AA6; }
p { color: rgb(175,26,166); }
H1.HeaderClassName
{
color: #AF1AA6;
}
.AnyTagClassName
{
color: #AF1AA6;
}
</style>
background-color css
<style>
a { background-color: #AF1AA6; }
a { background-color: rgb(175,26,166); }
div.DivClassName
{
background-color: #AF1AA6;
}
.BgClassName
{
background-color: #AF1AA6;
}
</style>
border-color css
<style>
span { border-color: #AF1AA6; }
span { border-color: rgb(175,26,166); }
td.TdClassName
{
border-color: #AF1AA6;
}
.TagClassName
{
border-color: #AF1AA6;
}
</style>