Shades of Medium Red Violet #AF397A
Tints of Medium Red Violet #AF397A
RGB
CMYK
RGB Variations
Color information
#AF397A (or 0xAF397A) is known color: Medium Red Violet. HEX triplet: AF, 39 and 7A. RGB value is (175,57,122). Sum of RGB (Red+Green+Blue) = 175+57+122=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF397A is #50C685. Grayscale: #636363. Windows color (decimal): -5293702 or 8010159. OLE color: 8010159.
HSL color Cylindrical-coordinate representation of color #AF397A: hue angle of 326.95º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF397A is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 122 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.31 |
| HSL | 326.95º | 0.51% | 0.45% | - |
| HSV(B) | 326.95º | 0.67% | 0.69% | - |
| XYZ | 22.66 | 13.45 | 19.81 | - |
| YUV | 99.69 | 140.59 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 122 | 0 | 0.67 | 0.30 | 0.31 | 326.95 | 0.51 | 0.45 |
| Hex | AF | 39 | 7A | 0 | 43 | 1E | 1F | 147 | 33 | 2D |
| Octal | 257 | 71 | 172 | 0 | 103 | 36 | 37 | 507 | 63 | 55 |
| Binary | 10101111 | 111001 | 1111010 | 0 | 1000011 | 11110 | 11111 | 101000111 | 110011 | 101101 |
Color Harmonies of #AF397A
Complementary color
Monochromatic Colors of #AF397A
Black with #AF397A
Text Example
Text Example
White with #AF397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF397A; }
p { color: rgb(175,57,122); }
H1.HeaderClassName
{
color: #AF397A;
}
.AnyTagClassName
{
color: #AF397A;
}
</style>
background-color css
<style>
a { background-color: #AF397A; }
a { background-color: rgb(175,57,122); }
div.DivClassName
{
background-color: #AF397A;
}
.BgClassName
{
background-color: #AF397A;
}
</style>
border-color css
<style>
span { border-color: #AF397A; }
span { border-color: rgb(175,57,122); }
td.TdClassName
{
border-color: #AF397A;
}
.TagClassName
{
border-color: #AF397A;
}
</style>