Shades of Blue Violet #A025EC
Tints of Blue Violet #A025EC
RGB
CMYK
RGB Variations
Color information
#A025EC (or 0xA025EC) is known color: Blue Violet. HEX triplet: A0, 25 and EC. RGB value is (160,37,236). Sum of RGB (Red+Green+Blue) = 160+37+236=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #A025EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A025EC is #5FDA13. Grayscale: #5F5F5F. Windows color (decimal): -6281748 or 15476128. OLE color: 15476128.
HSL color Cylindrical-coordinate representation of color #A025EC: hue angle of 277.09º 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 #A025EC is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 37 | 236 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.07 |
| HSL | 277.09º | 0.84% | 0.54% | - |
| HSV(B) | 277.09º | 0.84% | 0.93% | - |
| XYZ | 30.3 | 14.85 | 80.63 | - |
| YUV | 96.46 | 206.75 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 236 | 0.32 | 0.84 | 0 | 0.07 | 277.09 | 0.84 | 0.54 |
| Hex | A0 | 25 | EC | 20 | 54 | 0 | 7 | 115 | 54 | 36 |
| Octal | 240 | 45 | 354 | 40 | 124 | 0 | 7 | 425 | 124 | 66 |
| Binary | 10100000 | 100101 | 11101100 | 100000 | 1010100 | 0 | 111 | 100010101 | 1010100 | 110110 |
Color Harmonies of #A025EC
Complementary color
Monochromatic Colors of #A025EC
Black with #A025EC
Text Example
Text Example
White with #A025EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A025EC; }
p { color: rgb(160,37,236); }
H1.HeaderClassName
{
color: #A025EC;
}
.AnyTagClassName
{
color: #A025EC;
}
</style>
background-color css
<style>
a { background-color: #A025EC; }
a { background-color: rgb(160,37,236); }
div.DivClassName
{
background-color: #A025EC;
}
.BgClassName
{
background-color: #A025EC;
}
</style>
border-color css
<style>
span { border-color: #A025EC; }
span { border-color: rgb(160,37,236); }
td.TdClassName
{
border-color: #A025EC;
}
.TagClassName
{
border-color: #A025EC;
}
</style>