Shades of Medium Red Violet #AF377E
Tints of Medium Red Violet #AF377E
RGB
CMYK
RGB Variations
Color information
#AF377E (or 0xAF377E) is known color: Medium Red Violet. HEX triplet: AF, 37 and 7E. RGB value is (175,55,126). Sum of RGB (Red+Green+Blue) = 175+55+126=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF377E is #50C881. Grayscale: #626262. Windows color (decimal): -5294210 or 8271791. OLE color: 8271791.
HSL color Cylindrical-coordinate representation of color #AF377E: hue angle of 324.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 #AF377E is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 126 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.31 |
| HSL | 324.5º | 0.52% | 0.45% | - |
| HSV(B) | 324.5º | 0.69% | 0.69% | - |
| XYZ | 22.81 | 13.35 | 21.11 | - |
| YUV | 98.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 126 | 0 | 0.69 | 0.28 | 0.31 | 324.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 7E | 0 | 45 | 1C | 1F | 144 | 34 | 2D |
| Octal | 257 | 67 | 176 | 0 | 105 | 34 | 37 | 504 | 64 | 55 |
| Binary | 10101111 | 110111 | 1111110 | 0 | 1000101 | 11100 | 11111 | 101000100 | 110100 | 101101 |
Color Harmonies of #AF377E
Complementary color
Monochromatic Colors of #AF377E
Black with #AF377E
Text Example
Text Example
White with #AF377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF377E; }
p { color: rgb(175,55,126); }
H1.HeaderClassName
{
color: #AF377E;
}
.AnyTagClassName
{
color: #AF377E;
}
</style>
background-color css
<style>
a { background-color: #AF377E; }
a { background-color: rgb(175,55,126); }
div.DivClassName
{
background-color: #AF377E;
}
.BgClassName
{
background-color: #AF377E;
}
</style>
border-color css
<style>
span { border-color: #AF377E; }
span { border-color: rgb(175,55,126); }
td.TdClassName
{
border-color: #AF377E;
}
.TagClassName
{
border-color: #AF377E;
}
</style>