Shades of Blue Violet #AF31F0
Tints of Blue Violet #AF31F0
RGB
CMYK
RGB Variations
Color information
#AF31F0 (or 0xAF31F0) is known color: Blue Violet. HEX triplet: AF, 31 and F0. RGB value is (175,49,240). Sum of RGB (Red+Green+Blue) = 175+49+240=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF31F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF31F0 is #50CE0F. Grayscale: #6B6B6B. Windows color (decimal): -5295632 or 15741359. OLE color: 15741359.
HSL color Cylindrical-coordinate representation of color #AF31F0: hue angle of 279.58º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF31F0 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 49 | 240 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.06 |
| HSL | 279.58º | 0.86% | 0.57% | - |
| HSV(B) | 279.58º | 0.8% | 0.94% | - |
| XYZ | 34.51 | 17.6 | 84.02 | - |
| YUV | 108.45 | 202.24 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 240 | 0.27 | 0.80 | 0 | 0.06 | 279.58 | 0.86 | 0.57 |
| Hex | AF | 31 | F0 | 1B | 50 | 0 | 6 | 118 | 56 | 39 |
| Octal | 257 | 61 | 360 | 33 | 120 | 0 | 6 | 430 | 126 | 71 |
| Binary | 10101111 | 110001 | 11110000 | 11011 | 1010000 | 0 | 110 | 100011000 | 1010110 | 111001 |
Color Harmonies of #AF31F0
Complementary color
Monochromatic Colors of #AF31F0
Black with #AF31F0
Text Example
Text Example
White with #AF31F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF31F0; }
p { color: rgb(175,49,240); }
H1.HeaderClassName
{
color: #AF31F0;
}
.AnyTagClassName
{
color: #AF31F0;
}
</style>
background-color css
<style>
a { background-color: #AF31F0; }
a { background-color: rgb(175,49,240); }
div.DivClassName
{
background-color: #AF31F0;
}
.BgClassName
{
background-color: #AF31F0;
}
</style>
border-color css
<style>
span { border-color: #AF31F0; }
span { border-color: rgb(175,49,240); }
td.TdClassName
{
border-color: #AF31F0;
}
.TagClassName
{
border-color: #AF31F0;
}
</style>