Shades of Blue Violet #A425FE
Tints of Blue Violet #A425FE
RGB
CMYK
RGB Variations
Color information
#A425FE (or 0xA425FE) is known color: Blue Violet. HEX triplet: A4, 25 and FE. RGB value is (164,37,254). Sum of RGB (Red+Green+Blue) = 164+37+254=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #A425FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A425FE is #5BDA01. Grayscale: #626262. Windows color (decimal): -6019586 or 16655780. OLE color: 16655780.
HSL color Cylindrical-coordinate representation of color #A425FE: hue angle of 275.12º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A425FE is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 37 | 254 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.00 |
| HSL | 275.12º | 0.99% | 0.57% | - |
| HSV(B) | 275.12º | 0.85% | 1% | - |
| XYZ | 33.86 | 16.37 | 95.14 | - |
| YUV | 99.71 | 215.08 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 254 | 0.35 | 0.85 | 0 | 0.00 | 275.12 | 0.99 | 0.57 |
| Hex | A4 | 25 | FE | 23 | 55 | 0 | 0 | 113 | 63 | 39 |
| Octal | 244 | 45 | 376 | 43 | 125 | 0 | 0 | 423 | 143 | 71 |
| Binary | 10100100 | 100101 | 11111110 | 100011 | 1010101 | 0 | 0 | 100010011 | 1100011 | 111001 |
Color Harmonies of #A425FE
Complementary color
Monochromatic Colors of #A425FE
Black with #A425FE
Text Example
Text Example
White with #A425FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A425FE; }
p { color: rgb(164,37,254); }
H1.HeaderClassName
{
color: #A425FE;
}
.AnyTagClassName
{
color: #A425FE;
}
</style>
background-color css
<style>
a { background-color: #A425FE; }
a { background-color: rgb(164,37,254); }
div.DivClassName
{
background-color: #A425FE;
}
.BgClassName
{
background-color: #A425FE;
}
</style>
border-color css
<style>
span { border-color: #A425FE; }
span { border-color: rgb(164,37,254); }
td.TdClassName
{
border-color: #A425FE;
}
.TagClassName
{
border-color: #A425FE;
}
</style>