Shades of Blue Violet #A63CFD
Tints of Blue Violet #A63CFD
RGB
CMYK
RGB Variations
Color information
#A63CFD (or 0xA63CFD) is known color: Blue Violet. HEX triplet: A6, 3C and FD. RGB value is (166,60,253). Sum of RGB (Red+Green+Blue) = 166+60+253=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #A63CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63CFD is #59C302. Grayscale: #717171. Windows color (decimal): -5882627 or 16596134. OLE color: 16596134.
HSL color Cylindrical-coordinate representation of color #A63CFD: hue angle of 272.95º degrees, saturation: 0.98, 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 #A63CFD is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 60 | 253 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.01 |
| HSL | 272.95º | 0.98% | 0.61% | - |
| HSV(B) | 272.95º | 0.76% | 0.99% | - |
| XYZ | 35.07 | 18.43 | 94.64 | - |
| YUV | 113.7 | 206.62 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 253 | 0.34 | 0.76 | 0 | 0.01 | 272.95 | 0.98 | 0.61 |
| Hex | A6 | 3C | FD | 22 | 4C | 0 | 1 | 111 | 62 | 3D |
| Octal | 246 | 74 | 375 | 42 | 114 | 0 | 1 | 421 | 142 | 75 |
| Binary | 10100110 | 111100 | 11111101 | 100010 | 1001100 | 0 | 1 | 100010001 | 1100010 | 111101 |
Color Harmonies of #A63CFD
Complementary color
Monochromatic Colors of #A63CFD
Black with #A63CFD
Text Example
Text Example
White with #A63CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63CFD; }
p { color: rgb(166,60,253); }
H1.HeaderClassName
{
color: #A63CFD;
}
.AnyTagClassName
{
color: #A63CFD;
}
</style>
background-color css
<style>
a { background-color: #A63CFD; }
a { background-color: rgb(166,60,253); }
div.DivClassName
{
background-color: #A63CFD;
}
.BgClassName
{
background-color: #A63CFD;
}
</style>
border-color css
<style>
span { border-color: #A63CFD; }
span { border-color: rgb(166,60,253); }
td.TdClassName
{
border-color: #A63CFD;
}
.TagClassName
{
border-color: #A63CFD;
}
</style>