Shades of Medium Red Violet #AF30A5
Tints of Medium Red Violet #AF30A5
RGB
CMYK
RGB Variations
Color information
#AF30A5 (or 0xAF30A5) is known color: Medium Red Violet. HEX triplet: AF, 30 and A5. RGB value is (175,48,165). Sum of RGB (Red+Green+Blue) = 175+48+165=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF30A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF30A5 is #50CF5A. Grayscale: #626262. Windows color (decimal): -5295963 or 10825903. OLE color: 10825903.
HSL color Cylindrical-coordinate representation of color #AF30A5: hue angle of 304.72º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF30A5 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 165 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.31 |
| HSL | 304.72º | 0.57% | 0.44% | - |
| HSV(B) | 304.72º | 0.73% | 0.69% | - |
| XYZ | 25.53 | 13.94 | 36.94 | - |
| YUV | 99.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 165 | 0 | 0.73 | 0.06 | 0.31 | 304.72 | 0.57 | 0.44 |
| Hex | AF | 30 | A5 | 0 | 49 | 6 | 1F | 131 | 39 | 2C |
| Octal | 257 | 60 | 245 | 0 | 111 | 6 | 37 | 461 | 71 | 54 |
| Binary | 10101111 | 110000 | 10100101 | 0 | 1001001 | 110 | 11111 | 100110001 | 111001 | 101100 |
Color Harmonies of #AF30A5
Complementary color
Monochromatic Colors of #AF30A5
Black with #AF30A5
Text Example
Text Example
White with #AF30A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF30A5; }
p { color: rgb(175,48,165); }
H1.HeaderClassName
{
color: #AF30A5;
}
.AnyTagClassName
{
color: #AF30A5;
}
</style>
background-color css
<style>
a { background-color: #AF30A5; }
a { background-color: rgb(175,48,165); }
div.DivClassName
{
background-color: #AF30A5;
}
.BgClassName
{
background-color: #AF30A5;
}
</style>
border-color css
<style>
span { border-color: #AF30A5; }
span { border-color: rgb(175,48,165); }
td.TdClassName
{
border-color: #AF30A5;
}
.TagClassName
{
border-color: #AF30A5;
}
</style>