Shades of Blue Violet #A443FA
Tints of Blue Violet #A443FA
RGB
CMYK
RGB Variations
Color information
#A443FA (or 0xA443FA) is known color: Blue Violet. HEX triplet: A4, 43 and FA. RGB value is (164,67,250). Sum of RGB (Red+Green+Blue) = 164+67+250=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #A443FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A443FA is #5BBC05. Grayscale: #747474. Windows color (decimal): -6011910 or 16401316. OLE color: 16401316.
HSL color Cylindrical-coordinate representation of color #A443FA: hue angle of 271.8º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A443FA is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 67 | 250 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.02 |
| HSL | 271.8º | 0.95% | 0.62% | - |
| HSV(B) | 271.8º | 0.73% | 0.98% | - |
| XYZ | 34.57 | 18.81 | 92.25 | - |
| YUV | 116.87 | 203.14 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 250 | 0.34 | 0.73 | 0 | 0.02 | 271.8 | 0.95 | 0.62 |
| Hex | A4 | 43 | FA | 22 | 49 | 0 | 2 | 110 | 5F | 3E |
| Octal | 244 | 103 | 372 | 42 | 111 | 0 | 2 | 420 | 137 | 76 |
| Binary | 10100100 | 1000011 | 11111010 | 100010 | 1001001 | 0 | 10 | 100010000 | 1011111 | 111110 |
Color Harmonies of #A443FA
Complementary color
Monochromatic Colors of #A443FA
Black with #A443FA
Text Example
Text Example
White with #A443FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A443FA; }
p { color: rgb(164,67,250); }
H1.HeaderClassName
{
color: #A443FA;
}
.AnyTagClassName
{
color: #A443FA;
}
</style>
background-color css
<style>
a { background-color: #A443FA; }
a { background-color: rgb(164,67,250); }
div.DivClassName
{
background-color: #A443FA;
}
.BgClassName
{
background-color: #A443FA;
}
</style>
border-color css
<style>
span { border-color: #A443FA; }
span { border-color: rgb(164,67,250); }
td.TdClassName
{
border-color: #A443FA;
}
.TagClassName
{
border-color: #A443FA;
}
</style>