Shades of Blue Violet #AF37F5
Tints of Blue Violet #AF37F5
RGB
CMYK
RGB Variations
Color information
#AF37F5 (or 0xAF37F5) is known color: Blue Violet. HEX triplet: AF, 37 and F5. RGB value is (175,55,245). Sum of RGB (Red+Green+Blue) = 175+55+245=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 245 (96.09% from 255 or 51.58% from 475); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF37F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF37F5 is #50C80A. Grayscale: #6F6F6F. Windows color (decimal): -5294091 or 16070575. OLE color: 16070575.
HSL color Cylindrical-coordinate representation of color #AF37F5: hue angle of 277.89º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF37F5 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 55 | 245 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.04 |
| HSL | 277.89º | 0.9% | 0.59% | - |
| HSV(B) | 277.89º | 0.78% | 0.96% | - |
| XYZ | 35.53 | 18.44 | 88.07 | - |
| YUV | 112.54 | 202.76 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 245 | 0.29 | 0.78 | 0 | 0.04 | 277.89 | 0.9 | 0.59 |
| Hex | AF | 37 | F5 | 1D | 4E | 0 | 4 | 116 | 5A | 3B |
| Octal | 257 | 67 | 365 | 35 | 116 | 0 | 4 | 426 | 132 | 73 |
| Binary | 10101111 | 110111 | 11110101 | 11101 | 1001110 | 0 | 100 | 100010110 | 1011010 | 111011 |
Color Harmonies of #AF37F5
Complementary color
Monochromatic Colors of #AF37F5
Black with #AF37F5
Text Example
Text Example
White with #AF37F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37F5; }
p { color: rgb(175,55,245); }
H1.HeaderClassName
{
color: #AF37F5;
}
.AnyTagClassName
{
color: #AF37F5;
}
</style>
background-color css
<style>
a { background-color: #AF37F5; }
a { background-color: rgb(175,55,245); }
div.DivClassName
{
background-color: #AF37F5;
}
.BgClassName
{
background-color: #AF37F5;
}
</style>
border-color css
<style>
span { border-color: #AF37F5; }
span { border-color: rgb(175,55,245); }
td.TdClassName
{
border-color: #AF37F5;
}
.TagClassName
{
border-color: #AF37F5;
}
</style>