Shades of Blue Violet #A425EC
Tints of Blue Violet #A425EC
RGB
CMYK
RGB Variations
Color information
#A425EC (or 0xA425EC) is known color: Blue Violet. HEX triplet: A4, 25 and EC. RGB value is (164,37,236). Sum of RGB (Red+Green+Blue) = 164+37+236=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #A425EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A425EC is #5BDA13. Grayscale: #606060. Windows color (decimal): -6019604 or 15476132. OLE color: 15476132.
HSL color Cylindrical-coordinate representation of color #A425EC: hue angle of 278.29º 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 #A425EC is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 37 | 236 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.07 |
| HSL | 278.29º | 0.84% | 0.54% | - |
| HSV(B) | 278.29º | 0.84% | 0.93% | - |
| XYZ | 31.11 | 15.27 | 80.66 | - |
| YUV | 97.66 | 206.08 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 236 | 0.31 | 0.84 | 0 | 0.07 | 278.29 | 0.84 | 0.54 |
| Hex | A4 | 25 | EC | 1F | 54 | 0 | 7 | 116 | 54 | 36 |
| Octal | 244 | 45 | 354 | 37 | 124 | 0 | 7 | 426 | 124 | 66 |
| Binary | 10100100 | 100101 | 11101100 | 11111 | 1010100 | 0 | 111 | 100010110 | 1010100 | 110110 |
Color Harmonies of #A425EC
Complementary color
Monochromatic Colors of #A425EC
Black with #A425EC
Text Example
Text Example
White with #A425EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A425EC; }
p { color: rgb(164,37,236); }
H1.HeaderClassName
{
color: #A425EC;
}
.AnyTagClassName
{
color: #A425EC;
}
</style>
background-color css
<style>
a { background-color: #A425EC; }
a { background-color: rgb(164,37,236); }
div.DivClassName
{
background-color: #A425EC;
}
.BgClassName
{
background-color: #A425EC;
}
</style>
border-color css
<style>
span { border-color: #A425EC; }
span { border-color: rgb(164,37,236); }
td.TdClassName
{
border-color: #A425EC;
}
.TagClassName
{
border-color: #A425EC;
}
</style>