Shades of Blue Violet #A625EC
Tints of Blue Violet #A625EC
RGB
CMYK
RGB Variations
Color information
#A625EC (or 0xA625EC) is known color: Blue Violet. HEX triplet: A6, 25 and EC. RGB value is (166,37,236). Sum of RGB (Red+Green+Blue) = 166+37+236=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #A625EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A625EC is #59DA13. Grayscale: #616161. Windows color (decimal): -5888532 or 15476134. OLE color: 15476134.
HSL color Cylindrical-coordinate representation of color #A625EC: hue angle of 278.89º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A625EC is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 37 | 236 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.07 |
| HSL | 278.89º | 0.84% | 0.54% | - |
| HSV(B) | 278.89º | 0.84% | 0.93% | - |
| XYZ | 31.53 | 15.49 | 80.68 | - |
| YUV | 98.26 | 205.74 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 236 | 0.30 | 0.84 | 0 | 0.07 | 278.89 | 0.84 | 0.54 |
| Hex | A6 | 25 | EC | 1E | 54 | 0 | 7 | 117 | 54 | 36 |
| Octal | 246 | 45 | 354 | 36 | 124 | 0 | 7 | 427 | 124 | 66 |
| Binary | 10100110 | 100101 | 11101100 | 11110 | 1010100 | 0 | 111 | 100010111 | 1010100 | 110110 |
Color Harmonies of #A625EC
Complementary color
Monochromatic Colors of #A625EC
Black with #A625EC
Text Example
Text Example
White with #A625EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A625EC; }
p { color: rgb(166,37,236); }
H1.HeaderClassName
{
color: #A625EC;
}
.AnyTagClassName
{
color: #A625EC;
}
</style>
background-color css
<style>
a { background-color: #A625EC; }
a { background-color: rgb(166,37,236); }
div.DivClassName
{
background-color: #A625EC;
}
.BgClassName
{
background-color: #A625EC;
}
</style>
border-color css
<style>
span { border-color: #A625EC; }
span { border-color: rgb(166,37,236); }
td.TdClassName
{
border-color: #A625EC;
}
.TagClassName
{
border-color: #A625EC;
}
</style>