Shades of Blue Violet #A63DFF
Tints of Blue Violet #A63DFF
RGB
CMYK
RGB Variations
Color information
#A63DFF (or 0xA63DFF) is known color: Blue Violet. HEX triplet: A6, 3D and FF. RGB value is (166,61,255). Sum of RGB (Red+Green+Blue) = 166+61+255=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #A63DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63DFF is #59C200. Grayscale: #717171. Windows color (decimal): -5882369 or 16727462. OLE color: 16727462.
HSL color Cylindrical-coordinate representation of color #A63DFF: hue angle of 272.47º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A63DFF is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 61 | 255 | - |
| CMYK | 0.35 | 0.76 | 0 | 0 |
| HSL | 272.47º | 1% | 0.62% | - |
| HSV(B) | 272.47º | 0.76% | 1% | - |
| XYZ | 35.44 | 18.66 | 96.34 | - |
| YUV | 114.51 | 207.29 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 255 | 0.35 | 0.76 | 0 | 0 | 272.47 | 1 | 0.62 |
| Hex | A6 | 3D | FF | 23 | 4C | 0 | 0 | 110 | 64 | 3E |
| Octal | 246 | 75 | 377 | 43 | 114 | 0 | 0 | 420 | 144 | 76 |
| Binary | 10100110 | 111101 | 11111111 | 100011 | 1001100 | 0 | 0 | 100010000 | 1100100 | 111110 |
Color Harmonies of #A63DFF
Complementary color
Monochromatic Colors of #A63DFF
Black with #A63DFF
Text Example
Text Example
White with #A63DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DFF; }
p { color: rgb(166,61,255); }
H1.HeaderClassName
{
color: #A63DFF;
}
.AnyTagClassName
{
color: #A63DFF;
}
</style>
background-color css
<style>
a { background-color: #A63DFF; }
a { background-color: rgb(166,61,255); }
div.DivClassName
{
background-color: #A63DFF;
}
.BgClassName
{
background-color: #A63DFF;
}
</style>
border-color css
<style>
span { border-color: #A63DFF; }
span { border-color: rgb(166,61,255); }
td.TdClassName
{
border-color: #A63DFF;
}
.TagClassName
{
border-color: #A63DFF;
}
</style>