Shades of Blue Violet #A643FE
Tints of Blue Violet #A643FE
RGB
CMYK
RGB Variations
Color information
#A643FE (or 0xA643FE) is known color: Blue Violet. HEX triplet: A6, 43 and FE. RGB value is (166,67,254). Sum of RGB (Red+Green+Blue) = 166+67+254=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 67 (26.56% from 255 or 13.76% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #A643FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A643FE is #59BC01. Grayscale: #757575. Windows color (decimal): -5880834 or 16663462. OLE color: 16663462.
HSL color Cylindrical-coordinate representation of color #A643FE: hue angle of 271.76º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A643FE is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 67 | 254 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.00 |
| HSL | 271.76º | 0.99% | 0.63% | - |
| HSV(B) | 271.76º | 0.74% | 1% | - |
| XYZ | 35.62 | 19.28 | 95.61 | - |
| YUV | 117.92 | 204.8 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 254 | 0.35 | 0.74 | 0 | 0.00 | 271.76 | 0.99 | 0.63 |
| Hex | A6 | 43 | FE | 23 | 4A | 0 | 0 | 110 | 63 | 3F |
| Octal | 246 | 103 | 376 | 43 | 112 | 0 | 0 | 420 | 143 | 77 |
| Binary | 10100110 | 1000011 | 11111110 | 100011 | 1001010 | 0 | 0 | 100010000 | 1100011 | 111111 |
Color Harmonies of #A643FE
Complementary color
Monochromatic Colors of #A643FE
Black with #A643FE
Text Example
Text Example
White with #A643FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A643FE; }
p { color: rgb(166,67,254); }
H1.HeaderClassName
{
color: #A643FE;
}
.AnyTagClassName
{
color: #A643FE;
}
</style>
background-color css
<style>
a { background-color: #A643FE; }
a { background-color: rgb(166,67,254); }
div.DivClassName
{
background-color: #A643FE;
}
.BgClassName
{
background-color: #A643FE;
}
</style>
border-color css
<style>
span { border-color: #A643FE; }
span { border-color: rgb(166,67,254); }
td.TdClassName
{
border-color: #A643FE;
}
.TagClassName
{
border-color: #A643FE;
}
</style>