Shades of Blue Violet #A14CFD
Tints of Blue Violet #A14CFD
RGB
CMYK
RGB Variations
Color information
#A14CFD (or 0xA14CFD) is known color: Blue Violet. HEX triplet: A1, 4C and FD. RGB value is (161,76,253). Sum of RGB (Red+Green+Blue) = 161+76+253=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #A14CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14CFD is #5EB302. Grayscale: #787878. Windows color (decimal): -6206211 or 16600225. OLE color: 16600225.
HSL color Cylindrical-coordinate representation of color #A14CFD: hue angle of 268.81º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14CFD is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 76 | 253 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.01 |
| HSL | 268.81º | 0.98% | 0.65% | - |
| HSV(B) | 268.81º | 0.7% | 0.99% | - |
| XYZ | 35.01 | 19.84 | 94.91 | - |
| YUV | 121.59 | 202.16 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 253 | 0.36 | 0.70 | 0 | 0.01 | 268.81 | 0.98 | 0.65 |
| Hex | A1 | 4C | FD | 24 | 46 | 0 | 1 | 10D | 62 | 41 |
| Octal | 241 | 114 | 375 | 44 | 106 | 0 | 1 | 415 | 142 | 101 |
| Binary | 10100001 | 1001100 | 11111101 | 100100 | 1000110 | 0 | 1 | 100001101 | 1100010 | 1000001 |
Color Harmonies of #A14CFD
Complementary color
Monochromatic Colors of #A14CFD
Black with #A14CFD
Text Example
Text Example
White with #A14CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CFD; }
p { color: rgb(161,76,253); }
H1.HeaderClassName
{
color: #A14CFD;
}
.AnyTagClassName
{
color: #A14CFD;
}
</style>
background-color css
<style>
a { background-color: #A14CFD; }
a { background-color: rgb(161,76,253); }
div.DivClassName
{
background-color: #A14CFD;
}
.BgClassName
{
background-color: #A14CFD;
}
</style>
border-color css
<style>
span { border-color: #A14CFD; }
span { border-color: rgb(161,76,253); }
td.TdClassName
{
border-color: #A14CFD;
}
.TagClassName
{
border-color: #A14CFD;
}
</style>