Shades of Blue Violet #A44FFB
Tints of Blue Violet #A44FFB
RGB
CMYK
RGB Variations
Color information
#A44FFB (or 0xA44FFB) is known color: Blue Violet. HEX triplet: A4, 4F and FB. RGB value is (164,79,251). Sum of RGB (Red+Green+Blue) = 164+79+251=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #A44FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44FFB is #5BB004. Grayscale: #7B7B7B. Windows color (decimal): -6008837 or 16469924. OLE color: 16469924.
HSL color Cylindrical-coordinate representation of color #A44FFB: hue angle of 269.65º 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 #A44FFB is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 79 | 251 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.02 |
| HSL | 269.65º | 0.96% | 0.65% | - |
| HSV(B) | 269.65º | 0.69% | 0.98% | - |
| XYZ | 35.52 | 20.45 | 93.34 | - |
| YUV | 124.02 | 199.66 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 251 | 0.35 | 0.69 | 0 | 0.02 | 269.65 | 0.96 | 0.65 |
| Hex | A4 | 4F | FB | 23 | 45 | 0 | 2 | 10E | 60 | 41 |
| Octal | 244 | 117 | 373 | 43 | 105 | 0 | 2 | 416 | 140 | 101 |
| Binary | 10100100 | 1001111 | 11111011 | 100011 | 1000101 | 0 | 10 | 100001110 | 1100000 | 1000001 |
Color Harmonies of #A44FFB
Complementary color
Monochromatic Colors of #A44FFB
Black with #A44FFB
Text Example
Text Example
White with #A44FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44FFB; }
p { color: rgb(164,79,251); }
H1.HeaderClassName
{
color: #A44FFB;
}
.AnyTagClassName
{
color: #A44FFB;
}
</style>
background-color css
<style>
a { background-color: #A44FFB; }
a { background-color: rgb(164,79,251); }
div.DivClassName
{
background-color: #A44FFB;
}
.BgClassName
{
background-color: #A44FFB;
}
</style>
border-color css
<style>
span { border-color: #A44FFB; }
span { border-color: rgb(164,79,251); }
td.TdClassName
{
border-color: #A44FFB;
}
.TagClassName
{
border-color: #A44FFB;
}
</style>