Shades of Blue Violet #A14BFD
Tints of Blue Violet #A14BFD
RGB
CMYK
RGB Variations
Color information
#A14BFD (or 0xA14BFD) is known color: Blue Violet. HEX triplet: A1, 4B and FD. RGB value is (161,75,253). Sum of RGB (Red+Green+Blue) = 161+75+253=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #A14BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14BFD is #5EB402. Grayscale: #787878. Windows color (decimal): -6206467 or 16599969. OLE color: 16599969.
HSL color Cylindrical-coordinate representation of color #A14BFD: hue angle of 268.99º degrees, saturation: 0.98, 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 #A14BFD is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 75 | 253 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.01 |
| HSL | 268.99º | 0.98% | 0.64% | - |
| HSV(B) | 268.99º | 0.7% | 0.99% | - |
| XYZ | 34.94 | 19.7 | 94.89 | - |
| YUV | 121.01 | 202.49 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 253 | 0.36 | 0.70 | 0 | 0.01 | 268.99 | 0.98 | 0.64 |
| Hex | A1 | 4B | FD | 24 | 46 | 0 | 1 | 10D | 62 | 40 |
| Octal | 241 | 113 | 375 | 44 | 106 | 0 | 1 | 415 | 142 | 100 |
| Binary | 10100001 | 1001011 | 11111101 | 100100 | 1000110 | 0 | 1 | 100001101 | 1100010 | 1000000 |
Color Harmonies of #A14BFD
Complementary color
Monochromatic Colors of #A14BFD
Black with #A14BFD
Text Example
Text Example
White with #A14BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BFD; }
p { color: rgb(161,75,253); }
H1.HeaderClassName
{
color: #A14BFD;
}
.AnyTagClassName
{
color: #A14BFD;
}
</style>
background-color css
<style>
a { background-color: #A14BFD; }
a { background-color: rgb(161,75,253); }
div.DivClassName
{
background-color: #A14BFD;
}
.BgClassName
{
background-color: #A14BFD;
}
</style>
border-color css
<style>
span { border-color: #A14BFD; }
span { border-color: rgb(161,75,253); }
td.TdClassName
{
border-color: #A14BFD;
}
.TagClassName
{
border-color: #A14BFD;
}
</style>