Shades of Medium Red Violet #AF377D
Tints of Medium Red Violet #AF377D
RGB
CMYK
RGB Variations
Color information
#AF377D (or 0xAF377D) is known color: Medium Red Violet. HEX triplet: AF, 37 and 7D. RGB value is (175,55,125). Sum of RGB (Red+Green+Blue) = 175+55+125=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF377D is #50C882. Grayscale: #626262. Windows color (decimal): -5294211 or 8206255. OLE color: 8206255.
HSL color Cylindrical-coordinate representation of color #AF377D: hue angle of 325º 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 #AF377D is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 125 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.31 |
| HSL | 325º | 0.52% | 0.45% | - |
| HSV(B) | 325º | 0.69% | 0.69% | - |
| XYZ | 22.75 | 13.33 | 20.78 | - |
| YUV | 98.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 125 | 0 | 0.69 | 0.29 | 0.31 | 325 | 0.52 | 0.45 |
| Hex | AF | 37 | 7D | 0 | 45 | 1D | 1F | 145 | 34 | 2D |
| Octal | 257 | 67 | 175 | 0 | 105 | 35 | 37 | 505 | 64 | 55 |
| Binary | 10101111 | 110111 | 1111101 | 0 | 1000101 | 11101 | 11111 | 101000101 | 110100 | 101101 |
Color Harmonies of #AF377D
Complementary color
Monochromatic Colors of #AF377D
Black with #AF377D
Text Example
Text Example
White with #AF377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF377D; }
p { color: rgb(175,55,125); }
H1.HeaderClassName
{
color: #AF377D;
}
.AnyTagClassName
{
color: #AF377D;
}
</style>
background-color css
<style>
a { background-color: #AF377D; }
a { background-color: rgb(175,55,125); }
div.DivClassName
{
background-color: #AF377D;
}
.BgClassName
{
background-color: #AF377D;
}
</style>
border-color css
<style>
span { border-color: #AF377D; }
span { border-color: rgb(175,55,125); }
td.TdClassName
{
border-color: #AF377D;
}
.TagClassName
{
border-color: #AF377D;
}
</style>