Shades of Blue Violet #A43CF4
Tints of Blue Violet #A43CF4
RGB
CMYK
RGB Variations
Color information
#A43CF4 (or 0xA43CF4) is known color: Blue Violet. HEX triplet: A4, 3C and F4. RGB value is (164,60,244). Sum of RGB (Red+Green+Blue) = 164+60+244=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #A43CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43CF4 is #5BC30B. Grayscale: #6F6F6F. Windows color (decimal): -6013708 or 16006308. OLE color: 16006308.
HSL color Cylindrical-coordinate representation of color #A43CF4: hue angle of 273.91º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A43CF4 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 60 | 244 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.04 |
| HSL | 273.91º | 0.89% | 0.6% | - |
| HSV(B) | 273.91º | 0.75% | 0.96% | - |
| XYZ | 33.25 | 17.66 | 87.24 | - |
| YUV | 112.07 | 202.46 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 244 | 0.33 | 0.75 | 0 | 0.04 | 273.91 | 0.89 | 0.6 |
| Hex | A4 | 3C | F4 | 21 | 4B | 0 | 4 | 112 | 59 | 3C |
| Octal | 244 | 74 | 364 | 41 | 113 | 0 | 4 | 422 | 131 | 74 |
| Binary | 10100100 | 111100 | 11110100 | 100001 | 1001011 | 0 | 100 | 100010010 | 1011001 | 111100 |
Color Harmonies of #A43CF4
Complementary color
Monochromatic Colors of #A43CF4
Black with #A43CF4
Text Example
Text Example
White with #A43CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CF4; }
p { color: rgb(164,60,244); }
H1.HeaderClassName
{
color: #A43CF4;
}
.AnyTagClassName
{
color: #A43CF4;
}
</style>
background-color css
<style>
a { background-color: #A43CF4; }
a { background-color: rgb(164,60,244); }
div.DivClassName
{
background-color: #A43CF4;
}
.BgClassName
{
background-color: #A43CF4;
}
</style>
border-color css
<style>
span { border-color: #A43CF4; }
span { border-color: rgb(164,60,244); }
td.TdClassName
{
border-color: #A43CF4;
}
.TagClassName
{
border-color: #A43CF4;
}
</style>