Shades of Blue Violet #AF2EF8
Tints of Blue Violet #AF2EF8
RGB
CMYK
RGB Variations
Color information
#AF2EF8 (or 0xAF2EF8) is known color: Blue Violet. HEX triplet: AF, 2E and F8. RGB value is (175,46,248). Sum of RGB (Red+Green+Blue) = 175+46+248=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF2EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2EF8 is #50D107. Grayscale: #6A6A6A. Windows color (decimal): -5296392 or 16264879. OLE color: 16264879.
HSL color Cylindrical-coordinate representation of color #AF2EF8: hue angle of 278.32º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2EF8 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 46 | 248 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.03 |
| HSL | 278.32º | 0.94% | 0.58% | - |
| HSV(B) | 278.32º | 0.81% | 0.97% | - |
| XYZ | 35.6 | 17.85 | 90.38 | - |
| YUV | 107.6 | 207.24 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 248 | 0.29 | 0.81 | 0 | 0.03 | 278.32 | 0.94 | 0.58 |
| Hex | AF | 2E | F8 | 1D | 51 | 0 | 3 | 116 | 5E | 3A |
| Octal | 257 | 56 | 370 | 35 | 121 | 0 | 3 | 426 | 136 | 72 |
| Binary | 10101111 | 101110 | 11111000 | 11101 | 1010001 | 0 | 11 | 100010110 | 1011110 | 111010 |
Color Harmonies of #AF2EF8
Complementary color
Monochromatic Colors of #AF2EF8
Black with #AF2EF8
Text Example
Text Example
White with #AF2EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2EF8; }
p { color: rgb(175,46,248); }
H1.HeaderClassName
{
color: #AF2EF8;
}
.AnyTagClassName
{
color: #AF2EF8;
}
</style>
background-color css
<style>
a { background-color: #AF2EF8; }
a { background-color: rgb(175,46,248); }
div.DivClassName
{
background-color: #AF2EF8;
}
.BgClassName
{
background-color: #AF2EF8;
}
</style>
border-color css
<style>
span { border-color: #AF2EF8; }
span { border-color: rgb(175,46,248); }
td.TdClassName
{
border-color: #AF2EF8;
}
.TagClassName
{
border-color: #AF2EF8;
}
</style>