Shades of Blue Violet #A440F4
Tints of Blue Violet #A440F4
RGB
CMYK
RGB Variations
Color information
#A440F4 (or 0xA440F4) is known color: Blue Violet. HEX triplet: A4, 40 and F4. RGB value is (164,64,244). Sum of RGB (Red+Green+Blue) = 164+64+244=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #A440F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A440F4 is #5BBF0B. Grayscale: #717171. Windows color (decimal): -6012684 or 16007332. OLE color: 16007332.
HSL color Cylindrical-coordinate representation of color #A440F4: hue angle of 273.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A440F4 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 64 | 244 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.04 |
| HSL | 273.33º | 0.89% | 0.6% | - |
| HSV(B) | 273.33º | 0.74% | 0.96% | - |
| XYZ | 33.47 | 18.09 | 87.32 | - |
| YUV | 114.42 | 201.13 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 244 | 0.33 | 0.74 | 0 | 0.04 | 273.33 | 0.89 | 0.6 |
| Hex | A4 | 40 | F4 | 21 | 4A | 0 | 4 | 111 | 59 | 3C |
| Octal | 244 | 100 | 364 | 41 | 112 | 0 | 4 | 421 | 131 | 74 |
| Binary | 10100100 | 1000000 | 11110100 | 100001 | 1001010 | 0 | 100 | 100010001 | 1011001 | 111100 |
Color Harmonies of #A440F4
Complementary color
Monochromatic Colors of #A440F4
Black with #A440F4
Text Example
Text Example
White with #A440F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A440F4; }
p { color: rgb(164,64,244); }
H1.HeaderClassName
{
color: #A440F4;
}
.AnyTagClassName
{
color: #A440F4;
}
</style>
background-color css
<style>
a { background-color: #A440F4; }
a { background-color: rgb(164,64,244); }
div.DivClassName
{
background-color: #A440F4;
}
.BgClassName
{
background-color: #A440F4;
}
</style>
border-color css
<style>
span { border-color: #A440F4; }
span { border-color: rgb(164,64,244); }
td.TdClassName
{
border-color: #A440F4;
}
.TagClassName
{
border-color: #A440F4;
}
</style>