Shades of Blue Violet #A63AFD
Tints of Blue Violet #A63AFD
RGB
CMYK
RGB Variations
Color information
#A63AFD (or 0xA63AFD) is known color: Blue Violet. HEX triplet: A6, 3A and FD. RGB value is (166,58,253). Sum of RGB (Red+Green+Blue) = 166+58+253=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #A63AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63AFD is #59C502. Grayscale: #6F6F6F. Windows color (decimal): -5883139 or 16595622. OLE color: 16595622.
HSL color Cylindrical-coordinate representation of color #A63AFD: hue angle of 273.23º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A63AFD is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 58 | 253 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.01 |
| HSL | 273.23º | 0.98% | 0.61% | - |
| HSV(B) | 273.23º | 0.77% | 0.99% | - |
| XYZ | 34.97 | 18.22 | 94.6 | - |
| YUV | 112.52 | 207.28 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 253 | 0.34 | 0.77 | 0 | 0.01 | 273.23 | 0.98 | 0.61 |
| Hex | A6 | 3A | FD | 22 | 4D | 0 | 1 | 111 | 62 | 3D |
| Octal | 246 | 72 | 375 | 42 | 115 | 0 | 1 | 421 | 142 | 75 |
| Binary | 10100110 | 111010 | 11111101 | 100010 | 1001101 | 0 | 1 | 100010001 | 1100010 | 111101 |
Color Harmonies of #A63AFD
Complementary color
Monochromatic Colors of #A63AFD
Black with #A63AFD
Text Example
Text Example
White with #A63AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63AFD; }
p { color: rgb(166,58,253); }
H1.HeaderClassName
{
color: #A63AFD;
}
.AnyTagClassName
{
color: #A63AFD;
}
</style>
background-color css
<style>
a { background-color: #A63AFD; }
a { background-color: rgb(166,58,253); }
div.DivClassName
{
background-color: #A63AFD;
}
.BgClassName
{
background-color: #A63AFD;
}
</style>
border-color css
<style>
span { border-color: #A63AFD; }
span { border-color: rgb(166,58,253); }
td.TdClassName
{
border-color: #A63AFD;
}
.TagClassName
{
border-color: #A63AFD;
}
</style>