Shades of Medium Red Violet #AF27A5
Tints of Medium Red Violet #AF27A5
RGB
CMYK
RGB Variations
Color information
#AF27A5 (or 0xAF27A5) is known color: Medium Red Violet. HEX triplet: AF, 27 and A5. RGB value is (175,39,165). Sum of RGB (Red+Green+Blue) = 175+39+165=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF27A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF27A5 is #50D85A. Grayscale: #5D5D5D. Windows color (decimal): -5298267 or 10823599. OLE color: 10823599.
HSL color Cylindrical-coordinate representation of color #AF27A5: hue angle of 304.41º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF27A5 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 165 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.31 |
| HSL | 304.41º | 0.64% | 0.42% | - |
| HSV(B) | 304.41º | 0.78% | 0.69% | - |
| XYZ | 25.2 | 13.28 | 36.83 | - |
| YUV | 94.03 | 168.06 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 165 | 0 | 0.78 | 0.06 | 0.31 | 304.41 | 0.64 | 0.42 |
| Hex | AF | 27 | A5 | 0 | 4E | 6 | 1F | 130 | 40 | 2A |
| Octal | 257 | 47 | 245 | 0 | 116 | 6 | 37 | 460 | 100 | 52 |
| Binary | 10101111 | 100111 | 10100101 | 0 | 1001110 | 110 | 11111 | 100110000 | 1000000 | 101010 |
Color Harmonies of #AF27A5
Complementary color
Monochromatic Colors of #AF27A5
Black with #AF27A5
Text Example
Text Example
White with #AF27A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF27A5; }
p { color: rgb(175,39,165); }
H1.HeaderClassName
{
color: #AF27A5;
}
.AnyTagClassName
{
color: #AF27A5;
}
</style>
background-color css
<style>
a { background-color: #AF27A5; }
a { background-color: rgb(175,39,165); }
div.DivClassName
{
background-color: #AF27A5;
}
.BgClassName
{
background-color: #AF27A5;
}
</style>
border-color css
<style>
span { border-color: #AF27A5; }
span { border-color: rgb(175,39,165); }
td.TdClassName
{
border-color: #AF27A5;
}
.TagClassName
{
border-color: #AF27A5;
}
</style>