Shades of Blue Violet #AB3FEF
Tints of Blue Violet #AB3FEF
RGB
CMYK
RGB Variations
Color information
#AB3FEF (or 0xAB3FEF) is known color: Blue Violet. HEX triplet: AB, 3F and EF. RGB value is (171,63,239). Sum of RGB (Red+Green+Blue) = 171+63+239=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB3FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3FEF is #54C010. Grayscale: #727272. Windows color (decimal): -5554193 or 15679403. OLE color: 15679403.
HSL color Cylindrical-coordinate representation of color #AB3FEF: hue angle of 276.82º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3FEF is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 63 | 239 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.06 |
| HSL | 276.82º | 0.85% | 0.59% | - |
| HSV(B) | 276.82º | 0.74% | 0.94% | - |
| XYZ | 34.15 | 18.44 | 83.42 | - |
| YUV | 115.36 | 197.78 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 239 | 0.28 | 0.74 | 0 | 0.06 | 276.82 | 0.85 | 0.59 |
| Hex | AB | 3F | EF | 1C | 4A | 0 | 6 | 115 | 55 | 3B |
| Octal | 253 | 77 | 357 | 34 | 112 | 0 | 6 | 425 | 125 | 73 |
| Binary | 10101011 | 111111 | 11101111 | 11100 | 1001010 | 0 | 110 | 100010101 | 1010101 | 111011 |
Color Harmonies of #AB3FEF
Complementary color
Monochromatic Colors of #AB3FEF
Black with #AB3FEF
Text Example
Text Example
White with #AB3FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3FEF; }
p { color: rgb(171,63,239); }
H1.HeaderClassName
{
color: #AB3FEF;
}
.AnyTagClassName
{
color: #AB3FEF;
}
</style>
background-color css
<style>
a { background-color: #AB3FEF; }
a { background-color: rgb(171,63,239); }
div.DivClassName
{
background-color: #AB3FEF;
}
.BgClassName
{
background-color: #AB3FEF;
}
</style>
border-color css
<style>
span { border-color: #AB3FEF; }
span { border-color: rgb(171,63,239); }
td.TdClassName
{
border-color: #AB3FEF;
}
.TagClassName
{
border-color: #AB3FEF;
}
</style>