Shades of Medium Red Violet #AF2BA7
Tints of Medium Red Violet #AF2BA7
RGB
CMYK
RGB Variations
Color information
#AF2BA7 (or 0xAF2BA7) is known color: Medium Red Violet. HEX triplet: AF, 2B and A7. RGB value is (175,43,167). Sum of RGB (Red+Green+Blue) = 175+43+167=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2BA7 is #50D458. Grayscale: #606060. Windows color (decimal): -5297241 or 10955695. OLE color: 10955695.
HSL color Cylindrical-coordinate representation of color #AF2BA7: hue angle of 303.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2BA7 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 167 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.31 |
| HSL | 303.64º | 0.61% | 0.43% | - |
| HSV(B) | 303.64º | 0.75% | 0.69% | - |
| XYZ | 25.52 | 13.63 | 37.85 | - |
| YUV | 96.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 167 | 0 | 0.75 | 0.05 | 0.31 | 303.64 | 0.61 | 0.43 |
| Hex | AF | 2B | A7 | 0 | 4B | 5 | 1F | 130 | 3D | 2B |
| Octal | 257 | 53 | 247 | 0 | 113 | 5 | 37 | 460 | 75 | 53 |
| Binary | 10101111 | 101011 | 10100111 | 0 | 1001011 | 101 | 11111 | 100110000 | 111101 | 101011 |
Color Harmonies of #AF2BA7
Complementary color
Monochromatic Colors of #AF2BA7
Black with #AF2BA7
Text Example
Text Example
White with #AF2BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BA7; }
p { color: rgb(175,43,167); }
H1.HeaderClassName
{
color: #AF2BA7;
}
.AnyTagClassName
{
color: #AF2BA7;
}
</style>
background-color css
<style>
a { background-color: #AF2BA7; }
a { background-color: rgb(175,43,167); }
div.DivClassName
{
background-color: #AF2BA7;
}
.BgClassName
{
background-color: #AF2BA7;
}
</style>
border-color css
<style>
span { border-color: #AF2BA7; }
span { border-color: rgb(175,43,167); }
td.TdClassName
{
border-color: #AF2BA7;
}
.TagClassName
{
border-color: #AF2BA7;
}
</style>