Shades of Blue Violet #A14BEE
Tints of Blue Violet #A14BEE
RGB
CMYK
RGB Variations
Color information
#A14BEE (or 0xA14BEE) is known color: Blue Violet. HEX triplet: A1, 4B and EE. RGB value is (161,75,238). Sum of RGB (Red+Green+Blue) = 161+75+238=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #A14BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14BEE is #5EB411. Grayscale: #767676. Windows color (decimal): -6206482 or 15616929. OLE color: 15616929.
HSL color Cylindrical-coordinate representation of color #A14BEE: hue angle of 271.66º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14BEE is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 75 | 238 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.07 |
| HSL | 271.66º | 0.83% | 0.61% | - |
| HSV(B) | 271.66º | 0.68% | 0.93% | - |
| XYZ | 32.65 | 18.78 | 82.79 | - |
| YUV | 119.3 | 194.99 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 238 | 0.32 | 0.68 | 0 | 0.07 | 271.66 | 0.83 | 0.61 |
| Hex | A1 | 4B | EE | 20 | 44 | 0 | 7 | 110 | 53 | 3D |
| Octal | 241 | 113 | 356 | 40 | 104 | 0 | 7 | 420 | 123 | 75 |
| Binary | 10100001 | 1001011 | 11101110 | 100000 | 1000100 | 0 | 111 | 100010000 | 1010011 | 111101 |
Color Harmonies of #A14BEE
Complementary color
Monochromatic Colors of #A14BEE
Black with #A14BEE
Text Example
Text Example
White with #A14BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BEE; }
p { color: rgb(161,75,238); }
H1.HeaderClassName
{
color: #A14BEE;
}
.AnyTagClassName
{
color: #A14BEE;
}
</style>
background-color css
<style>
a { background-color: #A14BEE; }
a { background-color: rgb(161,75,238); }
div.DivClassName
{
background-color: #A14BEE;
}
.BgClassName
{
background-color: #A14BEE;
}
</style>
border-color css
<style>
span { border-color: #A14BEE; }
span { border-color: rgb(161,75,238); }
td.TdClassName
{
border-color: #A14BEE;
}
.TagClassName
{
border-color: #A14BEE;
}
</style>