Shades of Blue Violet #A43FFF
Tints of Blue Violet #A43FFF
RGB
CMYK
RGB Variations
Color information
#A43FFF (or 0xA43FFF) is known color: Blue Violet. HEX triplet: A4, 3F and FF. RGB value is (164,63,255). Sum of RGB (Red+Green+Blue) = 164+63+255=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #A43FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43FFF is #5BC000. Grayscale: #727272. Windows color (decimal): -6012929 or 16727972. OLE color: 16727972.
HSL color Cylindrical-coordinate representation of color #A43FFF: hue angle of 271.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A43FFF is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 63 | 255 | - |
| CMYK | 0.36 | 0.75 | 0 | 0 |
| HSL | 271.56º | 1% | 0.62% | - |
| HSV(B) | 271.56º | 0.75% | 1% | - |
| XYZ | 35.14 | 18.67 | 96.36 | - |
| YUV | 115.09 | 206.96 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 255 | 0.36 | 0.75 | 0 | 0 | 271.56 | 1 | 0.62 |
| Hex | A4 | 3F | FF | 24 | 4B | 0 | 0 | 110 | 64 | 3E |
| Octal | 244 | 77 | 377 | 44 | 113 | 0 | 0 | 420 | 144 | 76 |
| Binary | 10100100 | 111111 | 11111111 | 100100 | 1001011 | 0 | 0 | 100010000 | 1100100 | 111110 |
Color Harmonies of #A43FFF
Complementary color
Monochromatic Colors of #A43FFF
Black with #A43FFF
Text Example
Text Example
White with #A43FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43FFF; }
p { color: rgb(164,63,255); }
H1.HeaderClassName
{
color: #A43FFF;
}
.AnyTagClassName
{
color: #A43FFF;
}
</style>
background-color css
<style>
a { background-color: #A43FFF; }
a { background-color: rgb(164,63,255); }
div.DivClassName
{
background-color: #A43FFF;
}
.BgClassName
{
background-color: #A43FFF;
}
</style>
border-color css
<style>
span { border-color: #A43FFF; }
span { border-color: rgb(164,63,255); }
td.TdClassName
{
border-color: #A43FFF;
}
.TagClassName
{
border-color: #A43FFF;
}
</style>