Shades of Medium Red Violet #AF468A
Tints of Medium Red Violet #AF468A
RGB
CMYK
RGB Variations
Color information
#AF468A (or 0xAF468A) is known color: Medium Red Violet. HEX triplet: AF, 46 and 8A. RGB value is (175,70,138). Sum of RGB (Red+Green+Blue) = 175+70+138=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF468A is #50B975. Grayscale: #6C6C6C. Windows color (decimal): -5290358 or 9062063. OLE color: 9062063.
HSL color Cylindrical-coordinate representation of color #AF468A: hue angle of 321.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF468A is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 138 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.31 |
| HSL | 321.14º | 0.43% | 0.48% | - |
| HSV(B) | 321.14º | 0.6% | 0.69% | - |
| XYZ | 24.46 | 15.33 | 25.71 | - |
| YUV | 109.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 138 | 0 | 0.60 | 0.21 | 0.31 | 321.14 | 0.43 | 0.48 |
| Hex | AF | 46 | 8A | 0 | 3C | 15 | 1F | 141 | 2B | 30 |
| Octal | 257 | 106 | 212 | 0 | 74 | 25 | 37 | 501 | 53 | 60 |
| Binary | 10101111 | 1000110 | 10001010 | 0 | 111100 | 10101 | 11111 | 101000001 | 101011 | 110000 |
Color Harmonies of #AF468A
Complementary color
Monochromatic Colors of #AF468A
Black with #AF468A
Text Example
Text Example
White with #AF468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF468A; }
p { color: rgb(175,70,138); }
H1.HeaderClassName
{
color: #AF468A;
}
.AnyTagClassName
{
color: #AF468A;
}
</style>
background-color css
<style>
a { background-color: #AF468A; }
a { background-color: rgb(175,70,138); }
div.DivClassName
{
background-color: #AF468A;
}
.BgClassName
{
background-color: #AF468A;
}
</style>
border-color css
<style>
span { border-color: #AF468A; }
span { border-color: rgb(175,70,138); }
td.TdClassName
{
border-color: #AF468A;
}
.TagClassName
{
border-color: #AF468A;
}
</style>