Shades of Blue Violet #A44CFB
Tints of Blue Violet #A44CFB
RGB
CMYK
RGB Variations
Color information
#A44CFB (or 0xA44CFB) is known color: Blue Violet. HEX triplet: A4, 4C and FB. RGB value is (164,76,251). Sum of RGB (Red+Green+Blue) = 164+76+251=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #A44CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44CFB is #5BB304. Grayscale: #797979. Windows color (decimal): -6009605 or 16469156. OLE color: 16469156.
HSL color Cylindrical-coordinate representation of color #A44CFB: hue angle of 270.17º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A44CFB is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 76 | 251 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.02 |
| HSL | 270.17º | 0.96% | 0.64% | - |
| HSV(B) | 270.17º | 0.7% | 0.98% | - |
| XYZ | 35.31 | 20.03 | 93.27 | - |
| YUV | 122.26 | 200.65 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 251 | 0.35 | 0.70 | 0 | 0.02 | 270.17 | 0.96 | 0.64 |
| Hex | A4 | 4C | FB | 23 | 46 | 0 | 2 | 10E | 60 | 40 |
| Octal | 244 | 114 | 373 | 43 | 106 | 0 | 2 | 416 | 140 | 100 |
| Binary | 10100100 | 1001100 | 11111011 | 100011 | 1000110 | 0 | 10 | 100001110 | 1100000 | 1000000 |
Color Harmonies of #A44CFB
Complementary color
Monochromatic Colors of #A44CFB
Black with #A44CFB
Text Example
Text Example
White with #A44CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44CFB; }
p { color: rgb(164,76,251); }
H1.HeaderClassName
{
color: #A44CFB;
}
.AnyTagClassName
{
color: #A44CFB;
}
</style>
background-color css
<style>
a { background-color: #A44CFB; }
a { background-color: rgb(164,76,251); }
div.DivClassName
{
background-color: #A44CFB;
}
.BgClassName
{
background-color: #A44CFB;
}
</style>
border-color css
<style>
span { border-color: #A44CFB; }
span { border-color: rgb(164,76,251); }
td.TdClassName
{
border-color: #A44CFB;
}
.TagClassName
{
border-color: #A44CFB;
}
</style>