Shades of Blue Violet #A43CEA
Tints of Blue Violet #A43CEA
RGB
CMYK
RGB Variations
Color information
#A43CEA (or 0xA43CEA) is known color: Blue Violet. HEX triplet: A4, 3C and EA. RGB value is (164,60,234). Sum of RGB (Red+Green+Blue) = 164+60+234=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #A43CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43CEA is #5BC315. Grayscale: #6E6E6E. Windows color (decimal): -6013718 or 15350948. OLE color: 15350948.
HSL color Cylindrical-coordinate representation of color #A43CEA: hue angle of 275.86º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A43CEA is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 60 | 234 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.08 |
| HSL | 275.86º | 0.81% | 0.58% | - |
| HSV(B) | 275.86º | 0.74% | 0.92% | - |
| XYZ | 31.78 | 17.06 | 79.46 | - |
| YUV | 110.93 | 197.46 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 234 | 0.30 | 0.74 | 0 | 0.08 | 275.86 | 0.81 | 0.58 |
| Hex | A4 | 3C | EA | 1E | 4A | 0 | 8 | 114 | 51 | 3A |
| Octal | 244 | 74 | 352 | 36 | 112 | 0 | 10 | 424 | 121 | 72 |
| Binary | 10100100 | 111100 | 11101010 | 11110 | 1001010 | 0 | 1000 | 100010100 | 1010001 | 111010 |
Color Harmonies of #A43CEA
Complementary color
Monochromatic Colors of #A43CEA
Black with #A43CEA
Text Example
Text Example
White with #A43CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CEA; }
p { color: rgb(164,60,234); }
H1.HeaderClassName
{
color: #A43CEA;
}
.AnyTagClassName
{
color: #A43CEA;
}
</style>
background-color css
<style>
a { background-color: #A43CEA; }
a { background-color: rgb(164,60,234); }
div.DivClassName
{
background-color: #A43CEA;
}
.BgClassName
{
background-color: #A43CEA;
}
</style>
border-color css
<style>
span { border-color: #A43CEA; }
span { border-color: rgb(164,60,234); }
td.TdClassName
{
border-color: #A43CEA;
}
.TagClassName
{
border-color: #A43CEA;
}
</style>