Shades of Medium Violet Red #AF1A7A
Tints of Medium Violet Red #AF1A7A
RGB
CMYK
RGB Variations
Color information
#AF1A7A (or 0xAF1A7A) is known color: Medium Violet Red. HEX triplet: AF, 1A and 7A. RGB value is (175,26,122). Sum of RGB (Red+Green+Blue) = 175+26+122=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A7A is #50E585. Grayscale: #515151. Windows color (decimal): -5301638 or 8002223. OLE color: 8002223.
HSL color Cylindrical-coordinate representation of color #AF1A7A: hue angle of 321.34º 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 #AF1A7A is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 122 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.31 |
| HSL | 321.34º | 0.74% | 0.39% | - |
| HSV(B) | 321.34º | 0.85% | 0.69% | - |
| XYZ | 21.56 | 11.26 | 19.45 | - |
| YUV | 81.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 122 | 0 | 0.85 | 0.30 | 0.31 | 321.34 | 0.74 | 0.39 |
| Hex | AF | 1A | 7A | 0 | 55 | 1E | 1F | 141 | 4A | 27 |
| Octal | 257 | 32 | 172 | 0 | 125 | 36 | 37 | 501 | 112 | 47 |
| Binary | 10101111 | 11010 | 1111010 | 0 | 1010101 | 11110 | 11111 | 101000001 | 1001010 | 100111 |
Color Harmonies of #AF1A7A
Complementary color
Monochromatic Colors of #AF1A7A
Black with #AF1A7A
Text Example
Text Example
White with #AF1A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A7A; }
p { color: rgb(175,26,122); }
H1.HeaderClassName
{
color: #AF1A7A;
}
.AnyTagClassName
{
color: #AF1A7A;
}
</style>
background-color css
<style>
a { background-color: #AF1A7A; }
a { background-color: rgb(175,26,122); }
div.DivClassName
{
background-color: #AF1A7A;
}
.BgClassName
{
background-color: #AF1A7A;
}
</style>
border-color css
<style>
span { border-color: #AF1A7A; }
span { border-color: rgb(175,26,122); }
td.TdClassName
{
border-color: #AF1A7A;
}
.TagClassName
{
border-color: #AF1A7A;
}
</style>