Shades of Medium Red Violet #AF3380
Tints of Medium Red Violet #AF3380
RGB
CMYK
RGB Variations
Color information
#AF3380 (or 0xAF3380) is known color: Medium Red Violet. HEX triplet: AF, 33 and 80. RGB value is (175,51,128). Sum of RGB (Red+Green+Blue) = 175+51+128=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3380 is #50CC7F. Grayscale: #606060. Windows color (decimal): -5295232 or 8401839. OLE color: 8401839.
HSL color Cylindrical-coordinate representation of color #AF3380: hue angle of 322.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3380 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 128 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.31 |
| HSL | 322.74º | 0.55% | 0.44% | - |
| HSV(B) | 322.74º | 0.71% | 0.69% | - |
| XYZ | 22.76 | 13.04 | 21.74 | - |
| YUV | 96.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 128 | 0 | 0.71 | 0.27 | 0.31 | 322.74 | 0.55 | 0.44 |
| Hex | AF | 33 | 80 | 0 | 47 | 1B | 1F | 143 | 37 | 2C |
| Octal | 257 | 63 | 200 | 0 | 107 | 33 | 37 | 503 | 67 | 54 |
| Binary | 10101111 | 110011 | 10000000 | 0 | 1000111 | 11011 | 11111 | 101000011 | 110111 | 101100 |
Color Harmonies of #AF3380
Complementary color
Monochromatic Colors of #AF3380
Black with #AF3380
Text Example
Text Example
White with #AF3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3380; }
p { color: rgb(175,51,128); }
H1.HeaderClassName
{
color: #AF3380;
}
.AnyTagClassName
{
color: #AF3380;
}
</style>
background-color css
<style>
a { background-color: #AF3380; }
a { background-color: rgb(175,51,128); }
div.DivClassName
{
background-color: #AF3380;
}
.BgClassName
{
background-color: #AF3380;
}
</style>
border-color css
<style>
span { border-color: #AF3380; }
span { border-color: rgb(175,51,128); }
td.TdClassName
{
border-color: #AF3380;
}
.TagClassName
{
border-color: #AF3380;
}
</style>