Shades of Blue Violet #A841FE
Tints of Blue Violet #A841FE
RGB
CMYK
RGB Variations
Color information
#A841FE (or 0xA841FE) is known color: Blue Violet. HEX triplet: A8, 41 and FE. RGB value is (168,65,254). Sum of RGB (Red+Green+Blue) = 168+65+254=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #A841FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841FE is #57BE01. Grayscale: #747474. Windows color (decimal): -5750274 or 16662952. OLE color: 16662952.
HSL color Cylindrical-coordinate representation of color #A841FE: hue angle of 272.7º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A841FE is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 65 | 254 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.00 |
| HSL | 272.7º | 0.99% | 0.63% | - |
| HSV(B) | 272.7º | 0.74% | 1% | - |
| XYZ | 35.93 | 19.26 | 95.59 | - |
| YUV | 117.34 | 205.12 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 254 | 0.34 | 0.74 | 0 | 0.00 | 272.7 | 0.99 | 0.63 |
| Hex | A8 | 41 | FE | 22 | 4A | 0 | 0 | 111 | 63 | 3F |
| Octal | 250 | 101 | 376 | 42 | 112 | 0 | 0 | 421 | 143 | 77 |
| Binary | 10101000 | 1000001 | 11111110 | 100010 | 1001010 | 0 | 0 | 100010001 | 1100011 | 111111 |
Color Harmonies of #A841FE
Complementary color
Monochromatic Colors of #A841FE
Black with #A841FE
Text Example
Text Example
White with #A841FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841FE; }
p { color: rgb(168,65,254); }
H1.HeaderClassName
{
color: #A841FE;
}
.AnyTagClassName
{
color: #A841FE;
}
</style>
background-color css
<style>
a { background-color: #A841FE; }
a { background-color: rgb(168,65,254); }
div.DivClassName
{
background-color: #A841FE;
}
.BgClassName
{
background-color: #A841FE;
}
</style>
border-color css
<style>
span { border-color: #A841FE; }
span { border-color: rgb(168,65,254); }
td.TdClassName
{
border-color: #A841FE;
}
.TagClassName
{
border-color: #A841FE;
}
</style>