Shades of Blue Violet #A14AFB
Tints of Blue Violet #A14AFB
RGB
CMYK
RGB Variations
Color information
#A14AFB (or 0xA14AFB) is known color: Blue Violet. HEX triplet: A1, 4A and FB. RGB value is (161,74,251). Sum of RGB (Red+Green+Blue) = 161+74+251=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #A14AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14AFB is #5EB504. Grayscale: #777777. Windows color (decimal): -6206725 or 16468641. OLE color: 16468641.
HSL color Cylindrical-coordinate representation of color #A14AFB: hue angle of 269.49º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A14AFB is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 74 | 251 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.02 |
| HSL | 269.49º | 0.96% | 0.64% | - |
| HSV(B) | 269.49º | 0.71% | 0.98% | - |
| XYZ | 34.56 | 19.44 | 93.2 | - |
| YUV | 120.19 | 201.82 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 251 | 0.36 | 0.71 | 0 | 0.02 | 269.49 | 0.96 | 0.64 |
| Hex | A1 | 4A | FB | 24 | 47 | 0 | 2 | 10D | 60 | 40 |
| Octal | 241 | 112 | 373 | 44 | 107 | 0 | 2 | 415 | 140 | 100 |
| Binary | 10100001 | 1001010 | 11111011 | 100100 | 1000111 | 0 | 10 | 100001101 | 1100000 | 1000000 |
Color Harmonies of #A14AFB
Complementary color
Monochromatic Colors of #A14AFB
Black with #A14AFB
Text Example
Text Example
White with #A14AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14AFB; }
p { color: rgb(161,74,251); }
H1.HeaderClassName
{
color: #A14AFB;
}
.AnyTagClassName
{
color: #A14AFB;
}
</style>
background-color css
<style>
a { background-color: #A14AFB; }
a { background-color: rgb(161,74,251); }
div.DivClassName
{
background-color: #A14AFB;
}
.BgClassName
{
background-color: #A14AFB;
}
</style>
border-color css
<style>
span { border-color: #A14AFB; }
span { border-color: rgb(161,74,251); }
td.TdClassName
{
border-color: #A14AFB;
}
.TagClassName
{
border-color: #A14AFB;
}
</style>