Shades of Blue Violet #A43CEF
Tints of Blue Violet #A43CEF
RGB
CMYK
RGB Variations
Color information
#A43CEF (or 0xA43CEF) is known color: Blue Violet. HEX triplet: A4, 3C and EF. RGB value is (164,60,239). Sum of RGB (Red+Green+Blue) = 164+60+239=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #A43CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43CEF is #5BC310. Grayscale: #6E6E6E. Windows color (decimal): -6013713 or 15678628. OLE color: 15678628.
HSL color Cylindrical-coordinate representation of color #A43CEF: hue angle of 274.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A43CEF is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 60 | 239 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.06 |
| HSL | 274.86º | 0.85% | 0.59% | - |
| HSV(B) | 274.86º | 0.75% | 0.94% | - |
| XYZ | 32.51 | 17.36 | 83.3 | - |
| YUV | 111.5 | 199.96 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 239 | 0.31 | 0.75 | 0 | 0.06 | 274.86 | 0.85 | 0.59 |
| Hex | A4 | 3C | EF | 1F | 4B | 0 | 6 | 113 | 55 | 3B |
| Octal | 244 | 74 | 357 | 37 | 113 | 0 | 6 | 423 | 125 | 73 |
| Binary | 10100100 | 111100 | 11101111 | 11111 | 1001011 | 0 | 110 | 100010011 | 1010101 | 111011 |
Color Harmonies of #A43CEF
Complementary color
Monochromatic Colors of #A43CEF
Black with #A43CEF
Text Example
Text Example
White with #A43CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CEF; }
p { color: rgb(164,60,239); }
H1.HeaderClassName
{
color: #A43CEF;
}
.AnyTagClassName
{
color: #A43CEF;
}
</style>
background-color css
<style>
a { background-color: #A43CEF; }
a { background-color: rgb(164,60,239); }
div.DivClassName
{
background-color: #A43CEF;
}
.BgClassName
{
background-color: #A43CEF;
}
</style>
border-color css
<style>
span { border-color: #A43CEF; }
span { border-color: rgb(164,60,239); }
td.TdClassName
{
border-color: #A43CEF;
}
.TagClassName
{
border-color: #A43CEF;
}
</style>