Shades of Blue Violet #A43DFA
Tints of Blue Violet #A43DFA
RGB
CMYK
RGB Variations
Color information
#A43DFA (or 0xA43DFA) is known color: Blue Violet. HEX triplet: A4, 3D and FA. RGB value is (164,61,250). Sum of RGB (Red+Green+Blue) = 164+61+250=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #A43DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43DFA is #5BC205. Grayscale: #707070. Windows color (decimal): -6013446 or 16399780. OLE color: 16399780.
HSL color Cylindrical-coordinate representation of color #A43DFA: hue angle of 272.7º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A43DFA is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 61 | 250 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.02 |
| HSL | 272.7º | 0.95% | 0.61% | - |
| HSV(B) | 272.7º | 0.76% | 0.98% | - |
| XYZ | 34.23 | 18.13 | 92.14 | - |
| YUV | 113.34 | 205.12 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 250 | 0.34 | 0.76 | 0 | 0.02 | 272.7 | 0.95 | 0.61 |
| Hex | A4 | 3D | FA | 22 | 4C | 0 | 2 | 111 | 5F | 3D |
| Octal | 244 | 75 | 372 | 42 | 114 | 0 | 2 | 421 | 137 | 75 |
| Binary | 10100100 | 111101 | 11111010 | 100010 | 1001100 | 0 | 10 | 100010001 | 1011111 | 111101 |
Color Harmonies of #A43DFA
Complementary color
Monochromatic Colors of #A43DFA
Black with #A43DFA
Text Example
Text Example
White with #A43DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43DFA; }
p { color: rgb(164,61,250); }
H1.HeaderClassName
{
color: #A43DFA;
}
.AnyTagClassName
{
color: #A43DFA;
}
</style>
background-color css
<style>
a { background-color: #A43DFA; }
a { background-color: rgb(164,61,250); }
div.DivClassName
{
background-color: #A43DFA;
}
.BgClassName
{
background-color: #A43DFA;
}
</style>
border-color css
<style>
span { border-color: #A43DFA; }
span { border-color: rgb(164,61,250); }
td.TdClassName
{
border-color: #A43DFA;
}
.TagClassName
{
border-color: #A43DFA;
}
</style>