Shades of Medium Red Violet #AF4488
Tints of Medium Red Violet #AF4488
RGB
CMYK
RGB Variations
Color information
#AF4488 (or 0xAF4488) is known color: Medium Red Violet. HEX triplet: AF, 44 and 88. RGB value is (175,68,136). Sum of RGB (Red+Green+Blue) = 175+68+136=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4488 is #50BB77. Grayscale: #6B6B6B. Windows color (decimal): -5290872 or 8930479. OLE color: 8930479.
HSL color Cylindrical-coordinate representation of color #AF4488: hue angle of 321.87º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4488 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 136 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.31 |
| HSL | 321.87º | 0.44% | 0.48% | - |
| HSV(B) | 321.87º | 0.61% | 0.69% | - |
| XYZ | 24.19 | 15.03 | 24.92 | - |
| YUV | 107.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 136 | 0 | 0.61 | 0.22 | 0.31 | 321.87 | 0.44 | 0.48 |
| Hex | AF | 44 | 88 | 0 | 3D | 16 | 1F | 142 | 2C | 30 |
| Octal | 257 | 104 | 210 | 0 | 75 | 26 | 37 | 502 | 54 | 60 |
| Binary | 10101111 | 1000100 | 10001000 | 0 | 111101 | 10110 | 11111 | 101000010 | 101100 | 110000 |
Color Harmonies of #AF4488
Complementary color
Monochromatic Colors of #AF4488
Black with #AF4488
Text Example
Text Example
White with #AF4488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4488; }
p { color: rgb(175,68,136); }
H1.HeaderClassName
{
color: #AF4488;
}
.AnyTagClassName
{
color: #AF4488;
}
</style>
background-color css
<style>
a { background-color: #AF4488; }
a { background-color: rgb(175,68,136); }
div.DivClassName
{
background-color: #AF4488;
}
.BgClassName
{
background-color: #AF4488;
}
</style>
border-color css
<style>
span { border-color: #AF4488; }
span { border-color: rgb(175,68,136); }
td.TdClassName
{
border-color: #AF4488;
}
.TagClassName
{
border-color: #AF4488;
}
</style>