Shades of Blue Violet #A63BFE
Tints of Blue Violet #A63BFE
RGB
CMYK
RGB Variations
Color information
#A63BFE (or 0xA63BFE) is known color: Blue Violet. HEX triplet: A6, 3B and FE. RGB value is (166,59,254). Sum of RGB (Red+Green+Blue) = 166+59+254=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #A63BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63BFE is #59C401. Grayscale: #707070. Windows color (decimal): -5882882 or 16661414. OLE color: 16661414.
HSL color Cylindrical-coordinate representation of color #A63BFE: hue angle of 272.92º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A63BFE is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 59 | 254 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.00 |
| HSL | 272.92º | 0.99% | 0.61% | - |
| HSV(B) | 272.92º | 0.77% | 1% | - |
| XYZ | 35.18 | 18.39 | 95.46 | - |
| YUV | 113.22 | 207.45 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 254 | 0.35 | 0.77 | 0 | 0.00 | 272.92 | 0.99 | 0.61 |
| Hex | A6 | 3B | FE | 23 | 4D | 0 | 0 | 111 | 63 | 3D |
| Octal | 246 | 73 | 376 | 43 | 115 | 0 | 0 | 421 | 143 | 75 |
| Binary | 10100110 | 111011 | 11111110 | 100011 | 1001101 | 0 | 0 | 100010001 | 1100011 | 111101 |
Color Harmonies of #A63BFE
Complementary color
Monochromatic Colors of #A63BFE
Black with #A63BFE
Text Example
Text Example
White with #A63BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BFE; }
p { color: rgb(166,59,254); }
H1.HeaderClassName
{
color: #A63BFE;
}
.AnyTagClassName
{
color: #A63BFE;
}
</style>
background-color css
<style>
a { background-color: #A63BFE; }
a { background-color: rgb(166,59,254); }
div.DivClassName
{
background-color: #A63BFE;
}
.BgClassName
{
background-color: #A63BFE;
}
</style>
border-color css
<style>
span { border-color: #A63BFE; }
span { border-color: rgb(166,59,254); }
td.TdClassName
{
border-color: #A63BFE;
}
.TagClassName
{
border-color: #A63BFE;
}
</style>