Shades of Blue Violet #A63DFC
Tints of Blue Violet #A63DFC
RGB
CMYK
RGB Variations
Color information
#A63DFC (or 0xA63DFC) is known color: Blue Violet. HEX triplet: A6, 3D and FC. RGB value is (166,61,252). Sum of RGB (Red+Green+Blue) = 166+61+252=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #A63DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63DFC is #59C203. Grayscale: #717171. Windows color (decimal): -5882372 or 16530854. OLE color: 16530854.
HSL color Cylindrical-coordinate representation of color #A63DFC: hue angle of 272.98º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A63DFC is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 61 | 252 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.01 |
| HSL | 272.98º | 0.97% | 0.61% | - |
| HSV(B) | 272.98º | 0.76% | 0.99% | - |
| XYZ | 34.97 | 18.47 | 93.82 | - |
| YUV | 114.17 | 205.79 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 252 | 0.34 | 0.76 | 0 | 0.01 | 272.98 | 0.97 | 0.61 |
| Hex | A6 | 3D | FC | 22 | 4C | 0 | 1 | 111 | 61 | 3D |
| Octal | 246 | 75 | 374 | 42 | 114 | 0 | 1 | 421 | 141 | 75 |
| Binary | 10100110 | 111101 | 11111100 | 100010 | 1001100 | 0 | 1 | 100010001 | 1100001 | 111101 |
Color Harmonies of #A63DFC
Complementary color
Monochromatic Colors of #A63DFC
Black with #A63DFC
Text Example
Text Example
White with #A63DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DFC; }
p { color: rgb(166,61,252); }
H1.HeaderClassName
{
color: #A63DFC;
}
.AnyTagClassName
{
color: #A63DFC;
}
</style>
background-color css
<style>
a { background-color: #A63DFC; }
a { background-color: rgb(166,61,252); }
div.DivClassName
{
background-color: #A63DFC;
}
.BgClassName
{
background-color: #A63DFC;
}
</style>
border-color css
<style>
span { border-color: #A63DFC; }
span { border-color: rgb(166,61,252); }
td.TdClassName
{
border-color: #A63DFC;
}
.TagClassName
{
border-color: #A63DFC;
}
</style>