Shades of Medium Red Violet #AF378A
Tints of Medium Red Violet #AF378A
RGB
CMYK
RGB Variations
Color information
#AF378A (or 0xAF378A) is known color: Medium Red Violet. HEX triplet: AF, 37 and 8A. RGB value is (175,55,138). Sum of RGB (Red+Green+Blue) = 175+55+138=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF378A is #50C875. Grayscale: #646464. Windows color (decimal): -5294198 or 9058223. OLE color: 9058223.
HSL color Cylindrical-coordinate representation of color #AF378A: hue angle of 318.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 #AF378A is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 138 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.31 |
| HSL | 318.5º | 0.52% | 0.45% | - |
| HSV(B) | 318.5º | 0.69% | 0.69% | - |
| XYZ | 23.63 | 13.68 | 25.44 | - |
| YUV | 100.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 138 | 0 | 0.69 | 0.21 | 0.31 | 318.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 8A | 0 | 45 | 15 | 1F | 13E | 34 | 2D |
| Octal | 257 | 67 | 212 | 0 | 105 | 25 | 37 | 476 | 64 | 55 |
| Binary | 10101111 | 110111 | 10001010 | 0 | 1000101 | 10101 | 11111 | 100111110 | 110100 | 101101 |
Color Harmonies of #AF378A
Complementary color
Monochromatic Colors of #AF378A
Black with #AF378A
Text Example
Text Example
White with #AF378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF378A; }
p { color: rgb(175,55,138); }
H1.HeaderClassName
{
color: #AF378A;
}
.AnyTagClassName
{
color: #AF378A;
}
</style>
background-color css
<style>
a { background-color: #AF378A; }
a { background-color: rgb(175,55,138); }
div.DivClassName
{
background-color: #AF378A;
}
.BgClassName
{
background-color: #AF378A;
}
</style>
border-color css
<style>
span { border-color: #AF378A; }
span { border-color: rgb(175,55,138); }
td.TdClassName
{
border-color: #AF378A;
}
.TagClassName
{
border-color: #AF378A;
}
</style>