Shades of Medium Red Violet #AF4385
Tints of Medium Red Violet #AF4385
RGB
CMYK
RGB Variations
Color information
#AF4385 (or 0xAF4385) is known color: Medium Red Violet. HEX triplet: AF, 43 and 85. RGB value is (175,67,133). Sum of RGB (Red+Green+Blue) = 175+67+133=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4385 is #50BC7A. Grayscale: #6A6A6A. Windows color (decimal): -5291131 or 8733615. OLE color: 8733615.
HSL color Cylindrical-coordinate representation of color #AF4385: hue angle of 323.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4385 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 133 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.31 |
| HSL | 323.33º | 0.45% | 0.47% | - |
| HSV(B) | 323.33º | 0.62% | 0.69% | - |
| XYZ | 23.92 | 14.82 | 23.79 | - |
| YUV | 106.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 133 | 0 | 0.62 | 0.24 | 0.31 | 323.33 | 0.45 | 0.47 |
| Hex | AF | 43 | 85 | 0 | 3E | 18 | 1F | 143 | 2D | 2F |
| Octal | 257 | 103 | 205 | 0 | 76 | 30 | 37 | 503 | 55 | 57 |
| Binary | 10101111 | 1000011 | 10000101 | 0 | 111110 | 11000 | 11111 | 101000011 | 101101 | 101111 |
Color Harmonies of #AF4385
Complementary color
Monochromatic Colors of #AF4385
Black with #AF4385
Text Example
Text Example
White with #AF4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4385; }
p { color: rgb(175,67,133); }
H1.HeaderClassName
{
color: #AF4385;
}
.AnyTagClassName
{
color: #AF4385;
}
</style>
background-color css
<style>
a { background-color: #AF4385; }
a { background-color: rgb(175,67,133); }
div.DivClassName
{
background-color: #AF4385;
}
.BgClassName
{
background-color: #AF4385;
}
</style>
border-color css
<style>
span { border-color: #AF4385; }
span { border-color: rgb(175,67,133); }
td.TdClassName
{
border-color: #AF4385;
}
.TagClassName
{
border-color: #AF4385;
}
</style>