Shades of Blue Violet #AF37F8
Tints of Blue Violet #AF37F8
RGB
CMYK
RGB Variations
Color information
#AF37F8 (or 0xAF37F8) is known color: Blue Violet. HEX triplet: AF, 37 and F8. RGB value is (175,55,248). Sum of RGB (Red+Green+Blue) = 175+55+248=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 55 (21.88% from 255 or 11.51% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF37F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF37F8 is #50C807. Grayscale: #707070. Windows color (decimal): -5294088 or 16267183. OLE color: 16267183.
HSL color Cylindrical-coordinate representation of color #AF37F8: hue angle of 277.31º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF37F8 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 55 | 248 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.03 |
| HSL | 277.31º | 0.93% | 0.59% | - |
| HSV(B) | 277.31º | 0.78% | 0.97% | - |
| XYZ | 35.99 | 18.62 | 90.5 | - |
| YUV | 112.88 | 204.26 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 248 | 0.29 | 0.78 | 0 | 0.03 | 277.31 | 0.93 | 0.59 |
| Hex | AF | 37 | F8 | 1D | 4E | 0 | 3 | 115 | 5D | 3B |
| Octal | 257 | 67 | 370 | 35 | 116 | 0 | 3 | 425 | 135 | 73 |
| Binary | 10101111 | 110111 | 11111000 | 11101 | 1001110 | 0 | 11 | 100010101 | 1011101 | 111011 |
Color Harmonies of #AF37F8
Complementary color
Monochromatic Colors of #AF37F8
Black with #AF37F8
Text Example
Text Example
White with #AF37F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37F8; }
p { color: rgb(175,55,248); }
H1.HeaderClassName
{
color: #AF37F8;
}
.AnyTagClassName
{
color: #AF37F8;
}
</style>
background-color css
<style>
a { background-color: #AF37F8; }
a { background-color: rgb(175,55,248); }
div.DivClassName
{
background-color: #AF37F8;
}
.BgClassName
{
background-color: #AF37F8;
}
</style>
border-color css
<style>
span { border-color: #AF37F8; }
span { border-color: rgb(175,55,248); }
td.TdClassName
{
border-color: #AF37F8;
}
.TagClassName
{
border-color: #AF37F8;
}
</style>