Shades of Blue Violet #AF37F9
Tints of Blue Violet #AF37F9
RGB
CMYK
RGB Variations
Color information
#AF37F9 (or 0xAF37F9) is known color: Blue Violet. HEX triplet: AF, 37 and F9. RGB value is (175,55,249). Sum of RGB (Red+Green+Blue) = 175+55+249=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 55 (21.88% from 255 or 11.48% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF37F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF37F9 is #50C806. Grayscale: #707070. Windows color (decimal): -5294087 or 16332719. OLE color: 16332719.
HSL color Cylindrical-coordinate representation of color #AF37F9: hue angle of 277.11º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF37F9 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 55 | 249 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.02 |
| HSL | 277.11º | 0.94% | 0.6% | - |
| HSV(B) | 277.11º | 0.78% | 0.98% | - |
| XYZ | 36.14 | 18.69 | 91.32 | - |
| YUV | 113 | 204.76 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 249 | 0.30 | 0.78 | 0 | 0.02 | 277.11 | 0.94 | 0.6 |
| Hex | AF | 37 | F9 | 1E | 4E | 0 | 2 | 115 | 5E | 3C |
| Octal | 257 | 67 | 371 | 36 | 116 | 0 | 2 | 425 | 136 | 74 |
| Binary | 10101111 | 110111 | 11111001 | 11110 | 1001110 | 0 | 10 | 100010101 | 1011110 | 111100 |
Color Harmonies of #AF37F9
Complementary color
Monochromatic Colors of #AF37F9
Black with #AF37F9
Text Example
Text Example
White with #AF37F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37F9; }
p { color: rgb(175,55,249); }
H1.HeaderClassName
{
color: #AF37F9;
}
.AnyTagClassName
{
color: #AF37F9;
}
</style>
background-color css
<style>
a { background-color: #AF37F9; }
a { background-color: rgb(175,55,249); }
div.DivClassName
{
background-color: #AF37F9;
}
.BgClassName
{
background-color: #AF37F9;
}
</style>
border-color css
<style>
span { border-color: #AF37F9; }
span { border-color: rgb(175,55,249); }
td.TdClassName
{
border-color: #AF37F9;
}
.TagClassName
{
border-color: #AF37F9;
}
</style>