Shades of Blue Violet #A642EF
Tints of Blue Violet #A642EF
RGB
CMYK
RGB Variations
Color information
#A642EF (or 0xA642EF) is known color: Blue Violet. HEX triplet: A6, 42 and EF. RGB value is (166,66,239). Sum of RGB (Red+Green+Blue) = 166+66+239=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #A642EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A642EF is #59BD10. Grayscale: #737373. Windows color (decimal): -5881105 or 15680166. OLE color: 15680166.
HSL color Cylindrical-coordinate representation of color #A642EF: hue angle of 274.68º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A642EF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 66 | 239 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.06 |
| HSL | 274.68º | 0.84% | 0.6% | - |
| HSV(B) | 274.68º | 0.72% | 0.94% | - |
| XYZ | 33.25 | 18.24 | 83.43 | - |
| YUV | 115.62 | 197.63 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 239 | 0.31 | 0.72 | 0 | 0.06 | 274.68 | 0.84 | 0.6 |
| Hex | A6 | 42 | EF | 1F | 48 | 0 | 6 | 113 | 54 | 3C |
| Octal | 246 | 102 | 357 | 37 | 110 | 0 | 6 | 423 | 124 | 74 |
| Binary | 10100110 | 1000010 | 11101111 | 11111 | 1001000 | 0 | 110 | 100010011 | 1010100 | 111100 |
Color Harmonies of #A642EF
Complementary color
Monochromatic Colors of #A642EF
Black with #A642EF
Text Example
Text Example
White with #A642EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A642EF; }
p { color: rgb(166,66,239); }
H1.HeaderClassName
{
color: #A642EF;
}
.AnyTagClassName
{
color: #A642EF;
}
</style>
background-color css
<style>
a { background-color: #A642EF; }
a { background-color: rgb(166,66,239); }
div.DivClassName
{
background-color: #A642EF;
}
.BgClassName
{
background-color: #A642EF;
}
</style>
border-color css
<style>
span { border-color: #A642EF; }
span { border-color: rgb(166,66,239); }
td.TdClassName
{
border-color: #A642EF;
}
.TagClassName
{
border-color: #A642EF;
}
</style>