Shades of Medium Red Violet #AF2CA4
Tints of Medium Red Violet #AF2CA4
RGB
CMYK
RGB Variations
Color information
#AF2CA4 (or 0xAF2CA4) is known color: Medium Red Violet. HEX triplet: AF, 2C and A4. RGB value is (175,44,164). Sum of RGB (Red+Green+Blue) = 175+44+164=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2CA4 is #50D35B. Grayscale: #606060. Windows color (decimal): -5296988 or 10759343. OLE color: 10759343.
HSL color Cylindrical-coordinate representation of color #AF2CA4: hue angle of 305.04º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2CA4 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 164 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.31 |
| HSL | 305.04º | 0.6% | 0.43% | - |
| HSV(B) | 305.04º | 0.75% | 0.69% | - |
| XYZ | 25.28 | 13.6 | 36.41 | - |
| YUV | 96.85 | 165.9 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 164 | 0 | 0.75 | 0.06 | 0.31 | 305.04 | 0.6 | 0.43 |
| Hex | AF | 2C | A4 | 0 | 4B | 6 | 1F | 131 | 3C | 2B |
| Octal | 257 | 54 | 244 | 0 | 113 | 6 | 37 | 461 | 74 | 53 |
| Binary | 10101111 | 101100 | 10100100 | 0 | 1001011 | 110 | 11111 | 100110001 | 111100 | 101011 |
Color Harmonies of #AF2CA4
Complementary color
Monochromatic Colors of #AF2CA4
Black with #AF2CA4
Text Example
Text Example
White with #AF2CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2CA4; }
p { color: rgb(175,44,164); }
H1.HeaderClassName
{
color: #AF2CA4;
}
.AnyTagClassName
{
color: #AF2CA4;
}
</style>
background-color css
<style>
a { background-color: #AF2CA4; }
a { background-color: rgb(175,44,164); }
div.DivClassName
{
background-color: #AF2CA4;
}
.BgClassName
{
background-color: #AF2CA4;
}
</style>
border-color css
<style>
span { border-color: #AF2CA4; }
span { border-color: rgb(175,44,164); }
td.TdClassName
{
border-color: #AF2CA4;
}
.TagClassName
{
border-color: #AF2CA4;
}
</style>