Shades of Blue Violet #A43CFE
Tints of Blue Violet #A43CFE
RGB
CMYK
RGB Variations
Color information
#A43CFE (or 0xA43CFE) is known color: Blue Violet. HEX triplet: A4, 3C and FE. RGB value is (164,60,254). Sum of RGB (Red+Green+Blue) = 164+60+254=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #A43CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43CFE is #5BC301. Grayscale: #707070. Windows color (decimal): -6013698 or 16661668. OLE color: 16661668.
HSL color Cylindrical-coordinate representation of color #A43CFE: hue angle of 272.16º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A43CFE is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 60 | 254 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.00 |
| HSL | 272.16º | 0.99% | 0.62% | - |
| HSV(B) | 272.16º | 0.76% | 1% | - |
| XYZ | 34.82 | 18.28 | 95.46 | - |
| YUV | 113.21 | 207.46 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 254 | 0.35 | 0.76 | 0 | 0.00 | 272.16 | 0.99 | 0.62 |
| Hex | A4 | 3C | FE | 23 | 4C | 0 | 0 | 110 | 63 | 3E |
| Octal | 244 | 74 | 376 | 43 | 114 | 0 | 0 | 420 | 143 | 76 |
| Binary | 10100100 | 111100 | 11111110 | 100011 | 1001100 | 0 | 0 | 100010000 | 1100011 | 111110 |
Color Harmonies of #A43CFE
Complementary color
Monochromatic Colors of #A43CFE
Black with #A43CFE
Text Example
Text Example
White with #A43CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CFE; }
p { color: rgb(164,60,254); }
H1.HeaderClassName
{
color: #A43CFE;
}
.AnyTagClassName
{
color: #A43CFE;
}
</style>
background-color css
<style>
a { background-color: #A43CFE; }
a { background-color: rgb(164,60,254); }
div.DivClassName
{
background-color: #A43CFE;
}
.BgClassName
{
background-color: #A43CFE;
}
</style>
border-color css
<style>
span { border-color: #A43CFE; }
span { border-color: rgb(164,60,254); }
td.TdClassName
{
border-color: #A43CFE;
}
.TagClassName
{
border-color: #A43CFE;
}
</style>