Shades of Blue Violet #A941FE
Tints of Blue Violet #A941FE
RGB
CMYK
RGB Variations
Color information
#A941FE (or 0xA941FE) is known color: Blue Violet. HEX triplet: A9, 41 and FE. RGB value is (169,65,254). Sum of RGB (Red+Green+Blue) = 169+65+254=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #A941FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A941FE is #56BE01. Grayscale: #747474. Windows color (decimal): -5684738 or 16662953. OLE color: 16662953.
HSL color Cylindrical-coordinate representation of color #A941FE: hue angle of 273.02º 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 #A941FE is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 65 | 254 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.00 |
| HSL | 273.02º | 0.99% | 0.63% | - |
| HSV(B) | 273.02º | 0.74% | 1% | - |
| XYZ | 36.14 | 19.37 | 95.6 | - |
| YUV | 117.64 | 204.96 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 254 | 0.33 | 0.74 | 0 | 0.00 | 273.02 | 0.99 | 0.63 |
| Hex | A9 | 41 | FE | 21 | 4A | 0 | 0 | 111 | 63 | 3F |
| Octal | 251 | 101 | 376 | 41 | 112 | 0 | 0 | 421 | 143 | 77 |
| Binary | 10101001 | 1000001 | 11111110 | 100001 | 1001010 | 0 | 0 | 100010001 | 1100011 | 111111 |
Color Harmonies of #A941FE
Complementary color
Monochromatic Colors of #A941FE
Black with #A941FE
Text Example
Text Example
White with #A941FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A941FE; }
p { color: rgb(169,65,254); }
H1.HeaderClassName
{
color: #A941FE;
}
.AnyTagClassName
{
color: #A941FE;
}
</style>
background-color css
<style>
a { background-color: #A941FE; }
a { background-color: rgb(169,65,254); }
div.DivClassName
{
background-color: #A941FE;
}
.BgClassName
{
background-color: #A941FE;
}
</style>
border-color css
<style>
span { border-color: #A941FE; }
span { border-color: rgb(169,65,254); }
td.TdClassName
{
border-color: #A941FE;
}
.TagClassName
{
border-color: #A941FE;
}
</style>