Shades of Blue Violet #A44FFE
Tints of Blue Violet #A44FFE
RGB
CMYK
RGB Variations
Color information
#A44FFE (or 0xA44FFE) is known color: Blue Violet. HEX triplet: A4, 4F and FE. RGB value is (164,79,254). Sum of RGB (Red+Green+Blue) = 164+79+254=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #A44FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44FFE is #5BB001. Grayscale: #7B7B7B. Windows color (decimal): -6008834 or 16666532. OLE color: 16666532.
HSL color Cylindrical-coordinate representation of color #A44FFE: hue angle of 269.14º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A44FFE is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 79 | 254 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.00 |
| HSL | 269.14º | 0.99% | 0.65% | - |
| HSV(B) | 269.14º | 0.69% | 1% | - |
| XYZ | 36 | 20.64 | 95.85 | - |
| YUV | 124.37 | 201.16 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 254 | 0.35 | 0.69 | 0 | 0.00 | 269.14 | 0.99 | 0.65 |
| Hex | A4 | 4F | FE | 23 | 45 | 0 | 0 | 10D | 63 | 41 |
| Octal | 244 | 117 | 376 | 43 | 105 | 0 | 0 | 415 | 143 | 101 |
| Binary | 10100100 | 1001111 | 11111110 | 100011 | 1000101 | 0 | 0 | 100001101 | 1100011 | 1000001 |
Color Harmonies of #A44FFE
Complementary color
Monochromatic Colors of #A44FFE
Black with #A44FFE
Text Example
Text Example
White with #A44FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44FFE; }
p { color: rgb(164,79,254); }
H1.HeaderClassName
{
color: #A44FFE;
}
.AnyTagClassName
{
color: #A44FFE;
}
</style>
background-color css
<style>
a { background-color: #A44FFE; }
a { background-color: rgb(164,79,254); }
div.DivClassName
{
background-color: #A44FFE;
}
.BgClassName
{
background-color: #A44FFE;
}
</style>
border-color css
<style>
span { border-color: #A44FFE; }
span { border-color: rgb(164,79,254); }
td.TdClassName
{
border-color: #A44FFE;
}
.TagClassName
{
border-color: #A44FFE;
}
</style>