Shades of Blue Violet #A14CFC
Tints of Blue Violet #A14CFC
RGB
CMYK
RGB Variations
Color information
#A14CFC (or 0xA14CFC) is known color: Blue Violet. HEX triplet: A1, 4C and FC. RGB value is (161,76,252). Sum of RGB (Red+Green+Blue) = 161+76+252=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #A14CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14CFC is #5EB303. Grayscale: #787878. Windows color (decimal): -6206212 or 16534689. OLE color: 16534689.
HSL color Cylindrical-coordinate representation of color #A14CFC: hue angle of 268.98º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14CFC is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 76 | 252 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.01 |
| HSL | 268.98º | 0.97% | 0.64% | - |
| HSV(B) | 268.98º | 0.7% | 0.99% | - |
| XYZ | 34.85 | 19.77 | 94.08 | - |
| YUV | 121.48 | 201.66 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 252 | 0.36 | 0.70 | 0 | 0.01 | 268.98 | 0.97 | 0.64 |
| Hex | A1 | 4C | FC | 24 | 46 | 0 | 1 | 10D | 61 | 40 |
| Octal | 241 | 114 | 374 | 44 | 106 | 0 | 1 | 415 | 141 | 100 |
| Binary | 10100001 | 1001100 | 11111100 | 100100 | 1000110 | 0 | 1 | 100001101 | 1100001 | 1000000 |
Color Harmonies of #A14CFC
Complementary color
Monochromatic Colors of #A14CFC
Black with #A14CFC
Text Example
Text Example
White with #A14CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CFC; }
p { color: rgb(161,76,252); }
H1.HeaderClassName
{
color: #A14CFC;
}
.AnyTagClassName
{
color: #A14CFC;
}
</style>
background-color css
<style>
a { background-color: #A14CFC; }
a { background-color: rgb(161,76,252); }
div.DivClassName
{
background-color: #A14CFC;
}
.BgClassName
{
background-color: #A14CFC;
}
</style>
border-color css
<style>
span { border-color: #A14CFC; }
span { border-color: rgb(161,76,252); }
td.TdClassName
{
border-color: #A14CFC;
}
.TagClassName
{
border-color: #A14CFC;
}
</style>