Shades of Blue Violet #A81DF3
Tints of Blue Violet #A81DF3
RGB
CMYK
RGB Variations
Color information
#A81DF3 (or 0xA81DF3) is known color: Blue Violet. HEX triplet: A8, 1D and F3. RGB value is (168,29,243). Sum of RGB (Red+Green+Blue) = 168+29+243=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #A81DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81DF3 is #57E20C. Grayscale: #5E5E5E. Windows color (decimal): -5759501 or 15932840. OLE color: 15932840.
HSL color Cylindrical-coordinate representation of color #A81DF3: hue angle of 278.97º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81DF3 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 29 | 243 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.05 |
| HSL | 278.97º | 0.9% | 0.53% | - |
| HSV(B) | 278.97º | 0.88% | 0.95% | - |
| XYZ | 32.77 | 15.67 | 86.09 | - |
| YUV | 94.96 | 211.55 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 243 | 0.31 | 0.88 | 0 | 0.05 | 278.97 | 0.9 | 0.53 |
| Hex | A8 | 1D | F3 | 1F | 58 | 0 | 5 | 117 | 5A | 35 |
| Octal | 250 | 35 | 363 | 37 | 130 | 0 | 5 | 427 | 132 | 65 |
| Binary | 10101000 | 11101 | 11110011 | 11111 | 1011000 | 0 | 101 | 100010111 | 1011010 | 110101 |
Color Harmonies of #A81DF3
Complementary color
Monochromatic Colors of #A81DF3
Black with #A81DF3
Text Example
Text Example
White with #A81DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DF3; }
p { color: rgb(168,29,243); }
H1.HeaderClassName
{
color: #A81DF3;
}
.AnyTagClassName
{
color: #A81DF3;
}
</style>
background-color css
<style>
a { background-color: #A81DF3; }
a { background-color: rgb(168,29,243); }
div.DivClassName
{
background-color: #A81DF3;
}
.BgClassName
{
background-color: #A81DF3;
}
</style>
border-color css
<style>
span { border-color: #A81DF3; }
span { border-color: rgb(168,29,243); }
td.TdClassName
{
border-color: #A81DF3;
}
.TagClassName
{
border-color: #A81DF3;
}
</style>