Shades of Medium Red Violet #AF337B
Tints of Medium Red Violet #AF337B
RGB
CMYK
RGB Variations
Color information
#AF337B (or 0xAF337B) is known color: Medium Red Violet. HEX triplet: AF, 33 and 7B. RGB value is (175,51,123). Sum of RGB (Red+Green+Blue) = 175+51+123=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF337B is #50CC84. Grayscale: #606060. Windows color (decimal): -5295237 or 8074159. OLE color: 8074159.
HSL color Cylindrical-coordinate representation of color #AF337B: hue angle of 325.16º 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 #AF337B is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 123 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.31 |
| HSL | 325.16º | 0.55% | 0.44% | - |
| HSV(B) | 325.16º | 0.71% | 0.69% | - |
| XYZ | 22.44 | 12.91 | 20.05 | - |
| YUV | 96.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 123 | 0 | 0.71 | 0.30 | 0.31 | 325.16 | 0.55 | 0.44 |
| Hex | AF | 33 | 7B | 0 | 47 | 1E | 1F | 145 | 37 | 2C |
| Octal | 257 | 63 | 173 | 0 | 107 | 36 | 37 | 505 | 67 | 54 |
| Binary | 10101111 | 110011 | 1111011 | 0 | 1000111 | 11110 | 11111 | 101000101 | 110111 | 101100 |
Color Harmonies of #AF337B
Complementary color
Monochromatic Colors of #AF337B
Black with #AF337B
Text Example
Text Example
White with #AF337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF337B; }
p { color: rgb(175,51,123); }
H1.HeaderClassName
{
color: #AF337B;
}
.AnyTagClassName
{
color: #AF337B;
}
</style>
background-color css
<style>
a { background-color: #AF337B; }
a { background-color: rgb(175,51,123); }
div.DivClassName
{
background-color: #AF337B;
}
.BgClassName
{
background-color: #AF337B;
}
</style>
border-color css
<style>
span { border-color: #AF337B; }
span { border-color: rgb(175,51,123); }
td.TdClassName
{
border-color: #AF337B;
}
.TagClassName
{
border-color: #AF337B;
}
</style>