Shades of Blue Violet #A941FF
Tints of Blue Violet #A941FF
RGB
CMYK
RGB Variations
Color information
#A941FF (or 0xA941FF) is known color: Blue Violet. HEX triplet: A9, 41 and FF. RGB value is (169,65,255). Sum of RGB (Red+Green+Blue) = 169+65+255=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #A941FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A941FF is #56BE00. Grayscale: #757575. Windows color (decimal): -5684737 or 16728489. OLE color: 16728489.
HSL color Cylindrical-coordinate representation of color #A941FF: hue angle of 272.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A941FF is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 65 | 255 | - |
| CMYK | 0.34 | 0.75 | 0 | 0 |
| HSL | 272.84º | 1% | 0.63% | - |
| HSV(B) | 272.84º | 0.75% | 1% | - |
| XYZ | 36.3 | 19.44 | 96.45 | - |
| YUV | 117.76 | 205.46 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 255 | 0.34 | 0.75 | 0 | 0 | 272.84 | 1 | 0.63 |
| Hex | A9 | 41 | FF | 22 | 4B | 0 | 0 | 111 | 64 | 3F |
| Octal | 251 | 101 | 377 | 42 | 113 | 0 | 0 | 421 | 144 | 77 |
| Binary | 10101001 | 1000001 | 11111111 | 100010 | 1001011 | 0 | 0 | 100010001 | 1100100 | 111111 |
Color Harmonies of #A941FF
Complementary color
Monochromatic Colors of #A941FF
Black with #A941FF
Text Example
Text Example
White with #A941FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A941FF; }
p { color: rgb(169,65,255); }
H1.HeaderClassName
{
color: #A941FF;
}
.AnyTagClassName
{
color: #A941FF;
}
</style>
background-color css
<style>
a { background-color: #A941FF; }
a { background-color: rgb(169,65,255); }
div.DivClassName
{
background-color: #A941FF;
}
.BgClassName
{
background-color: #A941FF;
}
</style>
border-color css
<style>
span { border-color: #A941FF; }
span { border-color: rgb(169,65,255); }
td.TdClassName
{
border-color: #A941FF;
}
.TagClassName
{
border-color: #A941FF;
}
</style>