Shades of Blue Violet #A943FF
Tints of Blue Violet #A943FF
RGB
CMYK
RGB Variations
Color information
#A943FF (or 0xA943FF) is known color: Blue Violet. HEX triplet: A9, 43 and FF. RGB value is (169,67,255). Sum of RGB (Red+Green+Blue) = 169+67+255=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #A943FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A943FF is #56BC00. Grayscale: #767676. Windows color (decimal): -5684225 or 16729001. OLE color: 16729001.
HSL color Cylindrical-coordinate representation of color #A943FF: hue angle of 272.55º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A943FF is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 67 | 255 | - |
| CMYK | 0.34 | 0.74 | 0 | 0 |
| HSL | 272.55º | 1% | 0.63% | - |
| HSV(B) | 272.55º | 0.74% | 1% | - |
| XYZ | 36.42 | 19.67 | 96.48 | - |
| YUV | 118.93 | 204.79 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 255 | 0.34 | 0.74 | 0 | 0 | 272.55 | 1 | 0.63 |
| Hex | A9 | 43 | FF | 22 | 4A | 0 | 0 | 111 | 64 | 3F |
| Octal | 251 | 103 | 377 | 42 | 112 | 0 | 0 | 421 | 144 | 77 |
| Binary | 10101001 | 1000011 | 11111111 | 100010 | 1001010 | 0 | 0 | 100010001 | 1100100 | 111111 |
Color Harmonies of #A943FF
Complementary color
Monochromatic Colors of #A943FF
Black with #A943FF
Text Example
Text Example
White with #A943FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A943FF; }
p { color: rgb(169,67,255); }
H1.HeaderClassName
{
color: #A943FF;
}
.AnyTagClassName
{
color: #A943FF;
}
</style>
background-color css
<style>
a { background-color: #A943FF; }
a { background-color: rgb(169,67,255); }
div.DivClassName
{
background-color: #A943FF;
}
.BgClassName
{
background-color: #A943FF;
}
</style>
border-color css
<style>
span { border-color: #A943FF; }
span { border-color: rgb(169,67,255); }
td.TdClassName
{
border-color: #A943FF;
}
.TagClassName
{
border-color: #A943FF;
}
</style>