Shades of Medium Red Violet #AF3782
Tints of Medium Red Violet #AF3782
RGB
CMYK
RGB Variations
Color information
#AF3782 (or 0xAF3782) is known color: Medium Red Violet. HEX triplet: AF, 37 and 82. RGB value is (175,55,130). Sum of RGB (Red+Green+Blue) = 175+55+130=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3782 is #50C87D. Grayscale: #636363. Windows color (decimal): -5294206 or 8533935. OLE color: 8533935.
HSL color Cylindrical-coordinate representation of color #AF3782: hue angle of 322.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3782 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 130 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.31 |
| HSL | 322.5º | 0.52% | 0.45% | - |
| HSV(B) | 322.5º | 0.69% | 0.69% | - |
| XYZ | 23.07 | 13.46 | 22.5 | - |
| YUV | 99.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 130 | 0 | 0.69 | 0.26 | 0.31 | 322.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 82 | 0 | 45 | 1A | 1F | 142 | 34 | 2D |
| Octal | 257 | 67 | 202 | 0 | 105 | 32 | 37 | 502 | 64 | 55 |
| Binary | 10101111 | 110111 | 10000010 | 0 | 1000101 | 11010 | 11111 | 101000010 | 110100 | 101101 |
Color Harmonies of #AF3782
Complementary color
Monochromatic Colors of #AF3782
Black with #AF3782
Text Example
Text Example
White with #AF3782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3782; }
p { color: rgb(175,55,130); }
H1.HeaderClassName
{
color: #AF3782;
}
.AnyTagClassName
{
color: #AF3782;
}
</style>
background-color css
<style>
a { background-color: #AF3782; }
a { background-color: rgb(175,55,130); }
div.DivClassName
{
background-color: #AF3782;
}
.BgClassName
{
background-color: #AF3782;
}
</style>
border-color css
<style>
span { border-color: #AF3782; }
span { border-color: rgb(175,55,130); }
td.TdClassName
{
border-color: #AF3782;
}
.TagClassName
{
border-color: #AF3782;
}
</style>