Shades of Blue Violet #A44EFB
Tints of Blue Violet #A44EFB
RGB
CMYK
RGB Variations
Color information
#A44EFB (or 0xA44EFB) is known color: Blue Violet. HEX triplet: A4, 4E and FB. RGB value is (164,78,251). Sum of RGB (Red+Green+Blue) = 164+78+251=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #A44EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44EFB is #5BB104. Grayscale: #7A7A7A. Windows color (decimal): -6009093 or 16469668. OLE color: 16469668.
HSL color Cylindrical-coordinate representation of color #A44EFB: hue angle of 269.83º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A44EFB is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 78 | 251 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.02 |
| HSL | 269.83º | 0.96% | 0.65% | - |
| HSV(B) | 269.83º | 0.69% | 0.98% | - |
| XYZ | 35.45 | 20.31 | 93.32 | - |
| YUV | 123.44 | 199.99 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 251 | 0.35 | 0.69 | 0 | 0.02 | 269.83 | 0.96 | 0.65 |
| Hex | A4 | 4E | FB | 23 | 45 | 0 | 2 | 10E | 60 | 41 |
| Octal | 244 | 116 | 373 | 43 | 105 | 0 | 2 | 416 | 140 | 101 |
| Binary | 10100100 | 1001110 | 11111011 | 100011 | 1000101 | 0 | 10 | 100001110 | 1100000 | 1000001 |
Color Harmonies of #A44EFB
Complementary color
Monochromatic Colors of #A44EFB
Black with #A44EFB
Text Example
Text Example
White with #A44EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44EFB; }
p { color: rgb(164,78,251); }
H1.HeaderClassName
{
color: #A44EFB;
}
.AnyTagClassName
{
color: #A44EFB;
}
</style>
background-color css
<style>
a { background-color: #A44EFB; }
a { background-color: rgb(164,78,251); }
div.DivClassName
{
background-color: #A44EFB;
}
.BgClassName
{
background-color: #A44EFB;
}
</style>
border-color css
<style>
span { border-color: #A44EFB; }
span { border-color: rgb(164,78,251); }
td.TdClassName
{
border-color: #A44EFB;
}
.TagClassName
{
border-color: #A44EFB;
}
</style>