Shades of Medium Red Violet #AF378C
Tints of Medium Red Violet #AF378C
RGB
CMYK
RGB Variations
Color information
#AF378C (or 0xAF378C) is known color: Medium Red Violet. HEX triplet: AF, 37 and 8C. RGB value is (175,55,140). Sum of RGB (Red+Green+Blue) = 175+55+140=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF378C is #50C873. Grayscale: #646464. Windows color (decimal): -5294196 or 9189295. OLE color: 9189295.
HSL color Cylindrical-coordinate representation of color #AF378C: hue angle of 317.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 #AF378C is Cyan = 0, Magento = 0.69, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 140 | - |
| CMYK | 0 | 0.69 | 0.2 | 0.31 |
| HSL | 317.5º | 0.52% | 0.45% | - |
| HSV(B) | 317.5º | 0.69% | 0.69% | - |
| XYZ | 23.78 | 13.74 | 26.21 | - |
| YUV | 100.57 | 150.26 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 140 | 0 | 0.69 | 0.2 | 0.31 | 317.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 8C | 0 | 45 | 14 | 1F | 13E | 34 | 2D |
| Octal | 257 | 67 | 214 | 0 | 105 | 24 | 37 | 476 | 64 | 55 |
| Binary | 10101111 | 110111 | 10001100 | 0 | 1000101 | 10100 | 11111 | 100111110 | 110100 | 101101 |
Color Harmonies of #AF378C
Complementary color
Monochromatic Colors of #AF378C
Black with #AF378C
Text Example
Text Example
White with #AF378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF378C; }
p { color: rgb(175,55,140); }
H1.HeaderClassName
{
color: #AF378C;
}
.AnyTagClassName
{
color: #AF378C;
}
</style>
background-color css
<style>
a { background-color: #AF378C; }
a { background-color: rgb(175,55,140); }
div.DivClassName
{
background-color: #AF378C;
}
.BgClassName
{
background-color: #AF378C;
}
</style>
border-color css
<style>
span { border-color: #AF378C; }
span { border-color: rgb(175,55,140); }
td.TdClassName
{
border-color: #AF378C;
}
.TagClassName
{
border-color: #AF378C;
}
</style>