Shades of Blue Violet #AF2CEF
Tints of Blue Violet #AF2CEF
RGB
CMYK
RGB Variations
Color information
#AF2CEF (or 0xAF2CEF) is known color: Blue Violet. HEX triplet: AF, 2C and EF. RGB value is (175,44,239). Sum of RGB (Red+Green+Blue) = 175+44+239=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF2CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2CEF is #50D310. Grayscale: #686868. Windows color (decimal): -5296913 or 15674543. OLE color: 15674543.
HSL color Cylindrical-coordinate representation of color #AF2CEF: hue angle of 280.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2CEF is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 44 | 239 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.06 |
| HSL | 280.31º | 0.86% | 0.55% | - |
| HSV(B) | 280.31º | 0.82% | 0.94% | - |
| XYZ | 34.16 | 17.15 | 83.17 | - |
| YUV | 105.4 | 203.4 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 239 | 0.27 | 0.82 | 0 | 0.06 | 280.31 | 0.86 | 0.55 |
| Hex | AF | 2C | EF | 1B | 52 | 0 | 6 | 118 | 56 | 37 |
| Octal | 257 | 54 | 357 | 33 | 122 | 0 | 6 | 430 | 126 | 67 |
| Binary | 10101111 | 101100 | 11101111 | 11011 | 1010010 | 0 | 110 | 100011000 | 1010110 | 110111 |
Color Harmonies of #AF2CEF
Complementary color
Monochromatic Colors of #AF2CEF
Black with #AF2CEF
Text Example
Text Example
White with #AF2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2CEF; }
p { color: rgb(175,44,239); }
H1.HeaderClassName
{
color: #AF2CEF;
}
.AnyTagClassName
{
color: #AF2CEF;
}
</style>
background-color css
<style>
a { background-color: #AF2CEF; }
a { background-color: rgb(175,44,239); }
div.DivClassName
{
background-color: #AF2CEF;
}
.BgClassName
{
background-color: #AF2CEF;
}
</style>
border-color css
<style>
span { border-color: #AF2CEF; }
span { border-color: rgb(175,44,239); }
td.TdClassName
{
border-color: #AF2CEF;
}
.TagClassName
{
border-color: #AF2CEF;
}
</style>