Shades of Medium Red Violet #AF30A3
Tints of Medium Red Violet #AF30A3
RGB
CMYK
RGB Variations
Color information
#AF30A3 (or 0xAF30A3) is known color: Medium Red Violet. HEX triplet: AF, 30 and A3. RGB value is (175,48,163). Sum of RGB (Red+Green+Blue) = 175+48+163=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF30A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF30A3 is #50CF5C. Grayscale: #626262. Windows color (decimal): -5295965 or 10694831. OLE color: 10694831.
HSL color Cylindrical-coordinate representation of color #AF30A3: hue angle of 305.67º 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 #AF30A3 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 163 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.31 |
| HSL | 305.67º | 0.57% | 0.44% | - |
| HSV(B) | 305.67º | 0.73% | 0.69% | - |
| XYZ | 25.35 | 13.87 | 35.99 | - |
| YUV | 99.08 | 164.08 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 163 | 0 | 0.73 | 0.07 | 0.31 | 305.67 | 0.57 | 0.44 |
| Hex | AF | 30 | A3 | 0 | 49 | 7 | 1F | 132 | 39 | 2C |
| Octal | 257 | 60 | 243 | 0 | 111 | 7 | 37 | 462 | 71 | 54 |
| Binary | 10101111 | 110000 | 10100011 | 0 | 1001001 | 111 | 11111 | 100110010 | 111001 | 101100 |
Color Harmonies of #AF30A3
Complementary color
Monochromatic Colors of #AF30A3
Black with #AF30A3
Text Example
Text Example
White with #AF30A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF30A3; }
p { color: rgb(175,48,163); }
H1.HeaderClassName
{
color: #AF30A3;
}
.AnyTagClassName
{
color: #AF30A3;
}
</style>
background-color css
<style>
a { background-color: #AF30A3; }
a { background-color: rgb(175,48,163); }
div.DivClassName
{
background-color: #AF30A3;
}
.BgClassName
{
background-color: #AF30A3;
}
</style>
border-color css
<style>
span { border-color: #AF30A3; }
span { border-color: rgb(175,48,163); }
td.TdClassName
{
border-color: #AF30A3;
}
.TagClassName
{
border-color: #AF30A3;
}
</style>