Shades of Blue Violet #A425ED
Tints of Blue Violet #A425ED
RGB
CMYK
RGB Variations
Color information
#A425ED (or 0xA425ED) is known color: Blue Violet. HEX triplet: A4, 25 and ED. RGB value is (164,37,237). Sum of RGB (Red+Green+Blue) = 164+37+237=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #A425ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A425ED is #5BDA12. Grayscale: #616161. Windows color (decimal): -6019603 or 15541668. OLE color: 15541668.
HSL color Cylindrical-coordinate representation of color #A425ED: hue angle of 278.1º degrees, saturation: 0.85, 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 #A425ED is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 37 | 237 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.07 |
| HSL | 278.1º | 0.85% | 0.54% | - |
| HSV(B) | 278.1º | 0.84% | 0.93% | - |
| XYZ | 31.26 | 15.33 | 81.43 | - |
| YUV | 97.77 | 206.58 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 237 | 0.31 | 0.84 | 0 | 0.07 | 278.1 | 0.85 | 0.54 |
| Hex | A4 | 25 | ED | 1F | 54 | 0 | 7 | 116 | 55 | 36 |
| Octal | 244 | 45 | 355 | 37 | 124 | 0 | 7 | 426 | 125 | 66 |
| Binary | 10100100 | 100101 | 11101101 | 11111 | 1010100 | 0 | 111 | 100010110 | 1010101 | 110110 |
Color Harmonies of #A425ED
Complementary color
Monochromatic Colors of #A425ED
Black with #A425ED
Text Example
Text Example
White with #A425ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A425ED; }
p { color: rgb(164,37,237); }
H1.HeaderClassName
{
color: #A425ED;
}
.AnyTagClassName
{
color: #A425ED;
}
</style>
background-color css
<style>
a { background-color: #A425ED; }
a { background-color: rgb(164,37,237); }
div.DivClassName
{
background-color: #A425ED;
}
.BgClassName
{
background-color: #A425ED;
}
</style>
border-color css
<style>
span { border-color: #A425ED; }
span { border-color: rgb(164,37,237); }
td.TdClassName
{
border-color: #A425ED;
}
.TagClassName
{
border-color: #A425ED;
}
</style>