Shades of Blue Violet #A63BFF
Tints of Blue Violet #A63BFF
RGB
CMYK
RGB Variations
Color information
#A63BFF (or 0xA63BFF) is known color: Blue Violet. HEX triplet: A6, 3B and FF. RGB value is (166,59,255). Sum of RGB (Red+Green+Blue) = 166+59+255=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #A63BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63BFF is #59C400. Grayscale: #707070. Windows color (decimal): -5882881 or 16726950. OLE color: 16726950.
HSL color Cylindrical-coordinate representation of color #A63BFF: hue angle of 272.76º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A63BFF is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 59 | 255 | - |
| CMYK | 0.35 | 0.77 | 0 | 0 |
| HSL | 272.76º | 1% | 0.62% | - |
| HSV(B) | 272.76º | 0.77% | 1% | - |
| XYZ | 35.34 | 18.45 | 96.31 | - |
| YUV | 113.34 | 207.95 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 255 | 0.35 | 0.77 | 0 | 0 | 272.76 | 1 | 0.62 |
| Hex | A6 | 3B | FF | 23 | 4D | 0 | 0 | 111 | 64 | 3E |
| Octal | 246 | 73 | 377 | 43 | 115 | 0 | 0 | 421 | 144 | 76 |
| Binary | 10100110 | 111011 | 11111111 | 100011 | 1001101 | 0 | 0 | 100010001 | 1100100 | 111110 |
Color Harmonies of #A63BFF
Complementary color
Monochromatic Colors of #A63BFF
Black with #A63BFF
Text Example
Text Example
White with #A63BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BFF; }
p { color: rgb(166,59,255); }
H1.HeaderClassName
{
color: #A63BFF;
}
.AnyTagClassName
{
color: #A63BFF;
}
</style>
background-color css
<style>
a { background-color: #A63BFF; }
a { background-color: rgb(166,59,255); }
div.DivClassName
{
background-color: #A63BFF;
}
.BgClassName
{
background-color: #A63BFF;
}
</style>
border-color css
<style>
span { border-color: #A63BFF; }
span { border-color: rgb(166,59,255); }
td.TdClassName
{
border-color: #A63BFF;
}
.TagClassName
{
border-color: #A63BFF;
}
</style>