Shades of Medium Red Violet #AF3883
Tints of Medium Red Violet #AF3883
RGB
CMYK
RGB Variations
Color information
#AF3883 (or 0xAF3883) is known color: Medium Red Violet. HEX triplet: AF, 38 and 83. RGB value is (175,56,131). Sum of RGB (Red+Green+Blue) = 175+56+131=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3883 is #50C77C. Grayscale: #636363. Windows color (decimal): -5293949 or 8599727. OLE color: 8599727.
HSL color Cylindrical-coordinate representation of color #AF3883: hue angle of 322.18º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3883 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 131 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.31 |
| HSL | 322.18º | 0.52% | 0.45% | - |
| HSV(B) | 322.18º | 0.68% | 0.69% | - |
| XYZ | 23.19 | 13.58 | 22.87 | - |
| YUV | 100.13 | 145.42 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 131 | 0 | 0.68 | 0.25 | 0.31 | 322.18 | 0.52 | 0.45 |
| Hex | AF | 38 | 83 | 0 | 44 | 19 | 1F | 142 | 34 | 2D |
| Octal | 257 | 70 | 203 | 0 | 104 | 31 | 37 | 502 | 64 | 55 |
| Binary | 10101111 | 111000 | 10000011 | 0 | 1000100 | 11001 | 11111 | 101000010 | 110100 | 101101 |
Color Harmonies of #AF3883
Complementary color
Monochromatic Colors of #AF3883
Black with #AF3883
Text Example
Text Example
White with #AF3883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3883; }
p { color: rgb(175,56,131); }
H1.HeaderClassName
{
color: #AF3883;
}
.AnyTagClassName
{
color: #AF3883;
}
</style>
background-color css
<style>
a { background-color: #AF3883; }
a { background-color: rgb(175,56,131); }
div.DivClassName
{
background-color: #AF3883;
}
.BgClassName
{
background-color: #AF3883;
}
</style>
border-color css
<style>
span { border-color: #AF3883; }
span { border-color: rgb(175,56,131); }
td.TdClassName
{
border-color: #AF3883;
}
.TagClassName
{
border-color: #AF3883;
}
</style>