Shades of Blue Violet #A43CF3
Tints of Blue Violet #A43CF3
RGB
CMYK
RGB Variations
Color information
#A43CF3 (or 0xA43CF3) is known color: Blue Violet. HEX triplet: A4, 3C and F3. RGB value is (164,60,243). Sum of RGB (Red+Green+Blue) = 164+60+243=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #A43CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43CF3 is #5BC30C. Grayscale: #6F6F6F. Windows color (decimal): -6013709 or 15940772. OLE color: 15940772.
HSL color Cylindrical-coordinate representation of color #A43CF3: hue angle of 274.1º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A43CF3 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 60 | 243 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.05 |
| HSL | 274.1º | 0.88% | 0.59% | - |
| HSV(B) | 274.1º | 0.75% | 0.95% | - |
| XYZ | 33.1 | 17.6 | 86.45 | - |
| YUV | 111.96 | 201.96 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 243 | 0.33 | 0.75 | 0 | 0.05 | 274.1 | 0.88 | 0.59 |
| Hex | A4 | 3C | F3 | 21 | 4B | 0 | 5 | 112 | 58 | 3B |
| Octal | 244 | 74 | 363 | 41 | 113 | 0 | 5 | 422 | 130 | 73 |
| Binary | 10100100 | 111100 | 11110011 | 100001 | 1001011 | 0 | 101 | 100010010 | 1011000 | 111011 |
Color Harmonies of #A43CF3
Complementary color
Monochromatic Colors of #A43CF3
Black with #A43CF3
Text Example
Text Example
White with #A43CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CF3; }
p { color: rgb(164,60,243); }
H1.HeaderClassName
{
color: #A43CF3;
}
.AnyTagClassName
{
color: #A43CF3;
}
</style>
background-color css
<style>
a { background-color: #A43CF3; }
a { background-color: rgb(164,60,243); }
div.DivClassName
{
background-color: #A43CF3;
}
.BgClassName
{
background-color: #A43CF3;
}
</style>
border-color css
<style>
span { border-color: #A43CF3; }
span { border-color: rgb(164,60,243); }
td.TdClassName
{
border-color: #A43CF3;
}
.TagClassName
{
border-color: #A43CF3;
}
</style>