Shades of Blue Violet #A43CEC
Tints of Blue Violet #A43CEC
RGB
CMYK
RGB Variations
Color information
#A43CEC (or 0xA43CEC) is known color: Blue Violet. HEX triplet: A4, 3C and EC. RGB value is (164,60,236). Sum of RGB (Red+Green+Blue) = 164+60+236=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #A43CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43CEC is #5BC313. Grayscale: #6E6E6E. Windows color (decimal): -6013716 or 15482020. OLE color: 15482020.
HSL color Cylindrical-coordinate representation of color #A43CEC: hue angle of 275.45º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A43CEC is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 60 | 236 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.07 |
| HSL | 275.45º | 0.82% | 0.58% | - |
| HSV(B) | 275.45º | 0.75% | 0.93% | - |
| XYZ | 32.07 | 17.18 | 80.98 | - |
| YUV | 111.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 236 | 0.31 | 0.75 | 0 | 0.07 | 275.45 | 0.82 | 0.58 |
| Hex | A4 | 3C | EC | 1F | 4B | 0 | 7 | 113 | 52 | 3A |
| Octal | 244 | 74 | 354 | 37 | 113 | 0 | 7 | 423 | 122 | 72 |
| Binary | 10100100 | 111100 | 11101100 | 11111 | 1001011 | 0 | 111 | 100010011 | 1010010 | 111010 |
Color Harmonies of #A43CEC
Complementary color
Monochromatic Colors of #A43CEC
Black with #A43CEC
Text Example
Text Example
White with #A43CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CEC; }
p { color: rgb(164,60,236); }
H1.HeaderClassName
{
color: #A43CEC;
}
.AnyTagClassName
{
color: #A43CEC;
}
</style>
background-color css
<style>
a { background-color: #A43CEC; }
a { background-color: rgb(164,60,236); }
div.DivClassName
{
background-color: #A43CEC;
}
.BgClassName
{
background-color: #A43CEC;
}
</style>
border-color css
<style>
span { border-color: #A43CEC; }
span { border-color: rgb(164,60,236); }
td.TdClassName
{
border-color: #A43CEC;
}
.TagClassName
{
border-color: #A43CEC;
}
</style>