Shades of Blue Violet #A841EF
Tints of Blue Violet #A841EF
RGB
CMYK
RGB Variations
Color information
#A841EF (or 0xA841EF) is known color: Blue Violet. HEX triplet: A8, 41 and EF. RGB value is (168,65,239). Sum of RGB (Red+Green+Blue) = 168+65+239=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #A841EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841EF is #57BE10. Grayscale: #737373. Windows color (decimal): -5750289 or 15679912. OLE color: 15679912.
HSL color Cylindrical-coordinate representation of color #A841EF: hue angle of 275.52º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A841EF is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 65 | 239 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.06 |
| HSL | 275.52º | 0.84% | 0.6% | - |
| HSV(B) | 275.52º | 0.73% | 0.94% | - |
| XYZ | 33.62 | 18.34 | 83.43 | - |
| YUV | 115.63 | 197.62 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 239 | 0.30 | 0.73 | 0 | 0.06 | 275.52 | 0.84 | 0.6 |
| Hex | A8 | 41 | EF | 1E | 49 | 0 | 6 | 114 | 54 | 3C |
| Octal | 250 | 101 | 357 | 36 | 111 | 0 | 6 | 424 | 124 | 74 |
| Binary | 10101000 | 1000001 | 11101111 | 11110 | 1001001 | 0 | 110 | 100010100 | 1010100 | 111100 |
Color Harmonies of #A841EF
Complementary color
Monochromatic Colors of #A841EF
Black with #A841EF
Text Example
Text Example
White with #A841EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841EF; }
p { color: rgb(168,65,239); }
H1.HeaderClassName
{
color: #A841EF;
}
.AnyTagClassName
{
color: #A841EF;
}
</style>
background-color css
<style>
a { background-color: #A841EF; }
a { background-color: rgb(168,65,239); }
div.DivClassName
{
background-color: #A841EF;
}
.BgClassName
{
background-color: #A841EF;
}
</style>
border-color css
<style>
span { border-color: #A841EF; }
span { border-color: rgb(168,65,239); }
td.TdClassName
{
border-color: #A841EF;
}
.TagClassName
{
border-color: #A841EF;
}
</style>