Shades of Blue Violet #A642FF
Tints of Blue Violet #A642FF
RGB
CMYK
RGB Variations
Color information
#A642FF (or 0xA642FF) is known color: Blue Violet. HEX triplet: A6, 42 and FF. RGB value is (166,66,255). Sum of RGB (Red+Green+Blue) = 166+66+255=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #A642FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A642FF is #59BD00. Grayscale: #747474. Windows color (decimal): -5881089 or 16728742. OLE color: 16728742.
HSL color Cylindrical-coordinate representation of color #A642FF: hue angle of 271.75º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A642FF is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 66 | 255 | - |
| CMYK | 0.35 | 0.74 | 0 | 0 |
| HSL | 271.75º | 1% | 0.63% | - |
| HSV(B) | 271.75º | 0.74% | 1% | - |
| XYZ | 35.72 | 19.22 | 96.44 | - |
| YUV | 117.45 | 205.63 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 255 | 0.35 | 0.74 | 0 | 0 | 271.75 | 1 | 0.63 |
| Hex | A6 | 42 | FF | 23 | 4A | 0 | 0 | 110 | 64 | 3F |
| Octal | 246 | 102 | 377 | 43 | 112 | 0 | 0 | 420 | 144 | 77 |
| Binary | 10100110 | 1000010 | 11111111 | 100011 | 1001010 | 0 | 0 | 100010000 | 1100100 | 111111 |
Color Harmonies of #A642FF
Complementary color
Monochromatic Colors of #A642FF
Black with #A642FF
Text Example
Text Example
White with #A642FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A642FF; }
p { color: rgb(166,66,255); }
H1.HeaderClassName
{
color: #A642FF;
}
.AnyTagClassName
{
color: #A642FF;
}
</style>
background-color css
<style>
a { background-color: #A642FF; }
a { background-color: rgb(166,66,255); }
div.DivClassName
{
background-color: #A642FF;
}
.BgClassName
{
background-color: #A642FF;
}
</style>
border-color css
<style>
span { border-color: #A642FF; }
span { border-color: rgb(166,66,255); }
td.TdClassName
{
border-color: #A642FF;
}
.TagClassName
{
border-color: #A642FF;
}
</style>