Shades of Blue Violet #A63BFD
Tints of Blue Violet #A63BFD
RGB
CMYK
RGB Variations
Color information
#A63BFD (or 0xA63BFD) is known color: Blue Violet. HEX triplet: A6, 3B and FD. RGB value is (166,59,253). Sum of RGB (Red+Green+Blue) = 166+59+253=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #A63BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63BFD is #59C402. Grayscale: #707070. Windows color (decimal): -5882883 or 16595878. OLE color: 16595878.
HSL color Cylindrical-coordinate representation of color #A63BFD: hue angle of 273.09º 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 #A63BFD is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 59 | 253 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.01 |
| HSL | 273.09º | 0.98% | 0.61% | - |
| HSV(B) | 273.09º | 0.77% | 0.99% | - |
| XYZ | 35.02 | 18.33 | 94.62 | - |
| YUV | 113.11 | 206.95 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 253 | 0.34 | 0.77 | 0 | 0.01 | 273.09 | 0.98 | 0.61 |
| Hex | A6 | 3B | FD | 22 | 4D | 0 | 1 | 111 | 62 | 3D |
| Octal | 246 | 73 | 375 | 42 | 115 | 0 | 1 | 421 | 142 | 75 |
| Binary | 10100110 | 111011 | 11111101 | 100010 | 1001101 | 0 | 1 | 100010001 | 1100010 | 111101 |
Color Harmonies of #A63BFD
Complementary color
Monochromatic Colors of #A63BFD
Black with #A63BFD
Text Example
Text Example
White with #A63BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BFD; }
p { color: rgb(166,59,253); }
H1.HeaderClassName
{
color: #A63BFD;
}
.AnyTagClassName
{
color: #A63BFD;
}
</style>
background-color css
<style>
a { background-color: #A63BFD; }
a { background-color: rgb(166,59,253); }
div.DivClassName
{
background-color: #A63BFD;
}
.BgClassName
{
background-color: #A63BFD;
}
</style>
border-color css
<style>
span { border-color: #A63BFD; }
span { border-color: rgb(166,59,253); }
td.TdClassName
{
border-color: #A63BFD;
}
.TagClassName
{
border-color: #A63BFD;
}
</style>