Shades of Violet Blue #AF4D99
Tints of Violet Blue #AF4D99
RGB
CMYK
RGB Variations
Color information
#AF4D99 (or 0xAF4D99) is known color: Violet Blue. HEX triplet: AF, 4D and 99. RGB value is (175,77,153). Sum of RGB (Red+Green+Blue) = 175+77+153=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4D99 is #50B266. Grayscale: #727272. Windows color (decimal): -5288551 or 10046895. OLE color: 10046895.
HSL color Cylindrical-coordinate representation of color #AF4D99: hue angle of 313.47º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D99 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 153 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.31 |
| HSL | 313.47º | 0.39% | 0.49% | - |
| HSV(B) | 313.47º | 0.56% | 0.69% | - |
| XYZ | 26.08 | 16.72 | 31.99 | - |
| YUV | 114.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 153 | 0 | 0.56 | 0.13 | 0.31 | 313.47 | 0.39 | 0.49 |
| Hex | AF | 4D | 99 | 0 | 38 | D | 1F | 139 | 27 | 31 |
| Octal | 257 | 115 | 231 | 0 | 70 | 15 | 37 | 471 | 47 | 61 |
| Binary | 10101111 | 1001101 | 10011001 | 0 | 111000 | 1101 | 11111 | 100111001 | 100111 | 110001 |
Color Harmonies of #AF4D99
Complementary color
Monochromatic Colors of #AF4D99
Black with #AF4D99
Text Example
Text Example
White with #AF4D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D99; }
p { color: rgb(175,77,153); }
H1.HeaderClassName
{
color: #AF4D99;
}
.AnyTagClassName
{
color: #AF4D99;
}
</style>
background-color css
<style>
a { background-color: #AF4D99; }
a { background-color: rgb(175,77,153); }
div.DivClassName
{
background-color: #AF4D99;
}
.BgClassName
{
background-color: #AF4D99;
}
</style>
border-color css
<style>
span { border-color: #AF4D99; }
span { border-color: rgb(175,77,153); }
td.TdClassName
{
border-color: #AF4D99;
}
.TagClassName
{
border-color: #AF4D99;
}
</style>