Shades of Blue Violet #A639F9
Tints of Blue Violet #A639F9
RGB
CMYK
RGB Variations
Color information
#A639F9 (or 0xA639F9) is known color: Blue Violet. HEX triplet: A6, 39 and F9. RGB value is (166,57,249). Sum of RGB (Red+Green+Blue) = 166+57+249=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #A639F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A639F9 is #59C606. Grayscale: #6E6E6E. Windows color (decimal): -5883399 or 16333222. OLE color: 16333222.
HSL color Cylindrical-coordinate representation of color #A639F9: hue angle of 274.06º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A639F9 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 57 | 249 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.02 |
| HSL | 274.06º | 0.94% | 0.6% | - |
| HSV(B) | 274.06º | 0.77% | 0.98% | - |
| XYZ | 34.29 | 17.87 | 91.27 | - |
| YUV | 111.48 | 205.61 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 249 | 0.33 | 0.77 | 0 | 0.02 | 274.06 | 0.94 | 0.6 |
| Hex | A6 | 39 | F9 | 21 | 4D | 0 | 2 | 112 | 5E | 3C |
| Octal | 246 | 71 | 371 | 41 | 115 | 0 | 2 | 422 | 136 | 74 |
| Binary | 10100110 | 111001 | 11111001 | 100001 | 1001101 | 0 | 10 | 100010010 | 1011110 | 111100 |
Color Harmonies of #A639F9
Complementary color
Monochromatic Colors of #A639F9
Black with #A639F9
Text Example
Text Example
White with #A639F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A639F9; }
p { color: rgb(166,57,249); }
H1.HeaderClassName
{
color: #A639F9;
}
.AnyTagClassName
{
color: #A639F9;
}
</style>
background-color css
<style>
a { background-color: #A639F9; }
a { background-color: rgb(166,57,249); }
div.DivClassName
{
background-color: #A639F9;
}
.BgClassName
{
background-color: #A639F9;
}
</style>
border-color css
<style>
span { border-color: #A639F9; }
span { border-color: rgb(166,57,249); }
td.TdClassName
{
border-color: #A639F9;
}
.TagClassName
{
border-color: #A639F9;
}
</style>