Shades of Blue Violet #A14BEB
Tints of Blue Violet #A14BEB
RGB
CMYK
RGB Variations
Color information
#A14BEB (or 0xA14BEB) is known color: Blue Violet. HEX triplet: A1, 4B and EB. RGB value is (161,75,235). Sum of RGB (Red+Green+Blue) = 161+75+235=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #A14BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14BEB is #5EB414. Grayscale: #767676. Windows color (decimal): -6206485 or 15420321. OLE color: 15420321.
HSL color Cylindrical-coordinate representation of color #A14BEB: hue angle of 272.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14BEB is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 75 | 235 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.08 |
| HSL | 272.25º | 0.8% | 0.61% | - |
| HSV(B) | 272.25º | 0.68% | 0.92% | - |
| XYZ | 32.21 | 18.61 | 80.49 | - |
| YUV | 118.95 | 193.49 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 235 | 0.31 | 0.68 | 0 | 0.08 | 272.25 | 0.8 | 0.61 |
| Hex | A1 | 4B | EB | 1F | 44 | 0 | 8 | 110 | 50 | 3D |
| Octal | 241 | 113 | 353 | 37 | 104 | 0 | 10 | 420 | 120 | 75 |
| Binary | 10100001 | 1001011 | 11101011 | 11111 | 1000100 | 0 | 1000 | 100010000 | 1010000 | 111101 |
Color Harmonies of #A14BEB
Complementary color
Monochromatic Colors of #A14BEB
Black with #A14BEB
Text Example
Text Example
White with #A14BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BEB; }
p { color: rgb(161,75,235); }
H1.HeaderClassName
{
color: #A14BEB;
}
.AnyTagClassName
{
color: #A14BEB;
}
</style>
background-color css
<style>
a { background-color: #A14BEB; }
a { background-color: rgb(161,75,235); }
div.DivClassName
{
background-color: #A14BEB;
}
.BgClassName
{
background-color: #A14BEB;
}
</style>
border-color css
<style>
span { border-color: #A14BEB; }
span { border-color: rgb(161,75,235); }
td.TdClassName
{
border-color: #A14BEB;
}
.TagClassName
{
border-color: #A14BEB;
}
</style>