Shades of Blue Violet #A642FE
Tints of Blue Violet #A642FE
RGB
CMYK
RGB Variations
Color information
#A642FE (or 0xA642FE) is known color: Blue Violet. HEX triplet: A6, 42 and FE. RGB value is (166,66,254). Sum of RGB (Red+Green+Blue) = 166+66+254=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #A642FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A642FE is #59BD01. Grayscale: #747474. Windows color (decimal): -5881090 or 16663206. OLE color: 16663206.
HSL color Cylindrical-coordinate representation of color #A642FE: hue angle of 271.91º 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 #A642FE is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 66 | 254 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.00 |
| HSL | 271.91º | 0.99% | 0.63% | - |
| HSV(B) | 271.91º | 0.74% | 1% | - |
| XYZ | 35.56 | 19.16 | 95.59 | - |
| YUV | 117.33 | 205.13 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 254 | 0.35 | 0.74 | 0 | 0.00 | 271.91 | 0.99 | 0.63 |
| Hex | A6 | 42 | FE | 23 | 4A | 0 | 0 | 110 | 63 | 3F |
| Octal | 246 | 102 | 376 | 43 | 112 | 0 | 0 | 420 | 143 | 77 |
| Binary | 10100110 | 1000010 | 11111110 | 100011 | 1001010 | 0 | 0 | 100010000 | 1100011 | 111111 |
Color Harmonies of #A642FE
Complementary color
Monochromatic Colors of #A642FE
Black with #A642FE
Text Example
Text Example
White with #A642FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A642FE; }
p { color: rgb(166,66,254); }
H1.HeaderClassName
{
color: #A642FE;
}
.AnyTagClassName
{
color: #A642FE;
}
</style>
background-color css
<style>
a { background-color: #A642FE; }
a { background-color: rgb(166,66,254); }
div.DivClassName
{
background-color: #A642FE;
}
.BgClassName
{
background-color: #A642FE;
}
</style>
border-color css
<style>
span { border-color: #A642FE; }
span { border-color: rgb(166,66,254); }
td.TdClassName
{
border-color: #A642FE;
}
.TagClassName
{
border-color: #A642FE;
}
</style>