Shades of Blue Violet #A44DFE
Tints of Blue Violet #A44DFE
RGB
CMYK
RGB Variations
Color information
#A44DFE (or 0xA44DFE) is known color: Blue Violet. HEX triplet: A4, 4D and FE. RGB value is (164,77,254). Sum of RGB (Red+Green+Blue) = 164+77+254=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #A44DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44DFE is #5BB201. Grayscale: #7A7A7A. Windows color (decimal): -6009346 or 16666020. OLE color: 16666020.
HSL color Cylindrical-coordinate representation of color #A44DFE: hue angle of 269.49º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A44DFE is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 77 | 254 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.00 |
| HSL | 269.49º | 0.99% | 0.65% | - |
| HSV(B) | 269.49º | 0.7% | 1% | - |
| XYZ | 35.85 | 20.36 | 95.81 | - |
| YUV | 123.19 | 201.82 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 254 | 0.35 | 0.70 | 0 | 0.00 | 269.49 | 0.99 | 0.65 |
| Hex | A4 | 4D | FE | 23 | 46 | 0 | 0 | 10D | 63 | 41 |
| Octal | 244 | 115 | 376 | 43 | 106 | 0 | 0 | 415 | 143 | 101 |
| Binary | 10100100 | 1001101 | 11111110 | 100011 | 1000110 | 0 | 0 | 100001101 | 1100011 | 1000001 |
Color Harmonies of #A44DFE
Complementary color
Monochromatic Colors of #A44DFE
Black with #A44DFE
Text Example
Text Example
White with #A44DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DFE; }
p { color: rgb(164,77,254); }
H1.HeaderClassName
{
color: #A44DFE;
}
.AnyTagClassName
{
color: #A44DFE;
}
</style>
background-color css
<style>
a { background-color: #A44DFE; }
a { background-color: rgb(164,77,254); }
div.DivClassName
{
background-color: #A44DFE;
}
.BgClassName
{
background-color: #A44DFE;
}
</style>
border-color css
<style>
span { border-color: #A44DFE; }
span { border-color: rgb(164,77,254); }
td.TdClassName
{
border-color: #A44DFE;
}
.TagClassName
{
border-color: #A44DFE;
}
</style>