Shades of Blue Violet #A63AF3
Tints of Blue Violet #A63AF3
RGB
CMYK
RGB Variations
Color information
#A63AF3 (or 0xA63AF3) is known color: Blue Violet. HEX triplet: A6, 3A and F3. RGB value is (166,58,243). Sum of RGB (Red+Green+Blue) = 166+58+243=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #A63AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63AF3 is #59C50C. Grayscale: #6E6E6E. Windows color (decimal): -5883149 or 15940262. OLE color: 15940262.
HSL color Cylindrical-coordinate representation of color #A63AF3: hue angle of 275.03º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A63AF3 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 58 | 243 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.05 |
| HSL | 275.03º | 0.89% | 0.59% | - |
| HSV(B) | 275.03º | 0.76% | 0.95% | - |
| XYZ | 33.42 | 17.6 | 86.43 | - |
| YUV | 111.38 | 202.28 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 243 | 0.32 | 0.76 | 0 | 0.05 | 275.03 | 0.89 | 0.59 |
| Hex | A6 | 3A | F3 | 20 | 4C | 0 | 5 | 113 | 59 | 3B |
| Octal | 246 | 72 | 363 | 40 | 114 | 0 | 5 | 423 | 131 | 73 |
| Binary | 10100110 | 111010 | 11110011 | 100000 | 1001100 | 0 | 101 | 100010011 | 1011001 | 111011 |
Color Harmonies of #A63AF3
Complementary color
Monochromatic Colors of #A63AF3
Black with #A63AF3
Text Example
Text Example
White with #A63AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63AF3; }
p { color: rgb(166,58,243); }
H1.HeaderClassName
{
color: #A63AF3;
}
.AnyTagClassName
{
color: #A63AF3;
}
</style>
background-color css
<style>
a { background-color: #A63AF3; }
a { background-color: rgb(166,58,243); }
div.DivClassName
{
background-color: #A63AF3;
}
.BgClassName
{
background-color: #A63AF3;
}
</style>
border-color css
<style>
span { border-color: #A63AF3; }
span { border-color: rgb(166,58,243); }
td.TdClassName
{
border-color: #A63AF3;
}
.TagClassName
{
border-color: #A63AF3;
}
</style>