Shades of Blue Violet #AF2EF4
Tints of Blue Violet #AF2EF4
RGB
CMYK
RGB Variations
Color information
#AF2EF4 (or 0xAF2EF4) is known color: Blue Violet. HEX triplet: AF, 2E and F4. RGB value is (175,46,244). Sum of RGB (Red+Green+Blue) = 175+46+244=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF2EF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2EF4 is #50D10B. Grayscale: #6A6A6A. Windows color (decimal): -5296396 or 16002735. OLE color: 16002735.
HSL color Cylindrical-coordinate representation of color #AF2EF4: hue angle of 279.09º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2EF4 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 46 | 244 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.04 |
| HSL | 279.09º | 0.9% | 0.57% | - |
| HSV(B) | 279.09º | 0.81% | 0.96% | - |
| XYZ | 34.99 | 17.6 | 87.14 | - |
| YUV | 107.14 | 205.24 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 244 | 0.28 | 0.81 | 0 | 0.04 | 279.09 | 0.9 | 0.57 |
| Hex | AF | 2E | F4 | 1C | 51 | 0 | 4 | 117 | 5A | 39 |
| Octal | 257 | 56 | 364 | 34 | 121 | 0 | 4 | 427 | 132 | 71 |
| Binary | 10101111 | 101110 | 11110100 | 11100 | 1010001 | 0 | 100 | 100010111 | 1011010 | 111001 |
Color Harmonies of #AF2EF4
Complementary color
Monochromatic Colors of #AF2EF4
Black with #AF2EF4
Text Example
Text Example
White with #AF2EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2EF4; }
p { color: rgb(175,46,244); }
H1.HeaderClassName
{
color: #AF2EF4;
}
.AnyTagClassName
{
color: #AF2EF4;
}
</style>
background-color css
<style>
a { background-color: #AF2EF4; }
a { background-color: rgb(175,46,244); }
div.DivClassName
{
background-color: #AF2EF4;
}
.BgClassName
{
background-color: #AF2EF4;
}
</style>
border-color css
<style>
span { border-color: #AF2EF4; }
span { border-color: rgb(175,46,244); }
td.TdClassName
{
border-color: #AF2EF4;
}
.TagClassName
{
border-color: #AF2EF4;
}
</style>