Shades of Blue Violet #A44AF6
Tints of Blue Violet #A44AF6
RGB
CMYK
RGB Variations
Color information
#A44AF6 (or 0xA44AF6) is known color: Blue Violet. HEX triplet: A4, 4A and F6. RGB value is (164,74,246). Sum of RGB (Red+Green+Blue) = 164+74+246=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #A44AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44AF6 is #5BB509. Grayscale: #777777. Windows color (decimal): -6010122 or 16140964. OLE color: 16140964.
HSL color Cylindrical-coordinate representation of color #A44AF6: hue angle of 271.4º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A44AF6 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 74 | 246 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.04 |
| HSL | 271.4º | 0.91% | 0.63% | - |
| HSV(B) | 271.4º | 0.7% | 0.96% | - |
| XYZ | 34.39 | 19.44 | 89.13 | - |
| YUV | 120.52 | 198.82 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 246 | 0.33 | 0.70 | 0 | 0.04 | 271.4 | 0.91 | 0.63 |
| Hex | A4 | 4A | F6 | 21 | 46 | 0 | 4 | 10F | 5B | 3F |
| Octal | 244 | 112 | 366 | 41 | 106 | 0 | 4 | 417 | 133 | 77 |
| Binary | 10100100 | 1001010 | 11110110 | 100001 | 1000110 | 0 | 100 | 100001111 | 1011011 | 111111 |
Color Harmonies of #A44AF6
Complementary color
Monochromatic Colors of #A44AF6
Black with #A44AF6
Text Example
Text Example
White with #A44AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44AF6; }
p { color: rgb(164,74,246); }
H1.HeaderClassName
{
color: #A44AF6;
}
.AnyTagClassName
{
color: #A44AF6;
}
</style>
background-color css
<style>
a { background-color: #A44AF6; }
a { background-color: rgb(164,74,246); }
div.DivClassName
{
background-color: #A44AF6;
}
.BgClassName
{
background-color: #A44AF6;
}
</style>
border-color css
<style>
span { border-color: #A44AF6; }
span { border-color: rgb(164,74,246); }
td.TdClassName
{
border-color: #A44AF6;
}
.TagClassName
{
border-color: #A44AF6;
}
</style>