Shades of Blue Violet #A629FE
Tints of Blue Violet #A629FE
RGB
CMYK
RGB Variations
Color information
#A629FE (or 0xA629FE) is known color: Blue Violet. HEX triplet: A6, 29 and FE. RGB value is (166,41,254). Sum of RGB (Red+Green+Blue) = 166+41+254=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #A629FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A629FE is #59D601. Grayscale: #656565. Windows color (decimal): -5887490 or 16656806. OLE color: 16656806.
HSL color Cylindrical-coordinate representation of color #A629FE: hue angle of 275.21º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A629FE is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 41 | 254 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.00 |
| HSL | 275.21º | 0.99% | 0.58% | - |
| HSV(B) | 275.21º | 0.84% | 1% | - |
| XYZ | 34.41 | 16.85 | 95.2 | - |
| YUV | 102.66 | 213.41 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 254 | 0.35 | 0.84 | 0 | 0.00 | 275.21 | 0.99 | 0.58 |
| Hex | A6 | 29 | FE | 23 | 54 | 0 | 0 | 113 | 63 | 3A |
| Octal | 246 | 51 | 376 | 43 | 124 | 0 | 0 | 423 | 143 | 72 |
| Binary | 10100110 | 101001 | 11111110 | 100011 | 1010100 | 0 | 0 | 100010011 | 1100011 | 111010 |
Color Harmonies of #A629FE
Complementary color
Monochromatic Colors of #A629FE
Black with #A629FE
Text Example
Text Example
White with #A629FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A629FE; }
p { color: rgb(166,41,254); }
H1.HeaderClassName
{
color: #A629FE;
}
.AnyTagClassName
{
color: #A629FE;
}
</style>
background-color css
<style>
a { background-color: #A629FE; }
a { background-color: rgb(166,41,254); }
div.DivClassName
{
background-color: #A629FE;
}
.BgClassName
{
background-color: #A629FE;
}
</style>
border-color css
<style>
span { border-color: #A629FE; }
span { border-color: rgb(166,41,254); }
td.TdClassName
{
border-color: #A629FE;
}
.TagClassName
{
border-color: #A629FE;
}
</style>