Shades of Blue Violet #A426FE
Tints of Blue Violet #A426FE
RGB
CMYK
RGB Variations
Color information
#A426FE (or 0xA426FE) is known color: Blue Violet. HEX triplet: A4, 26 and FE. RGB value is (164,38,254). Sum of RGB (Red+Green+Blue) = 164+38+254=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #A426FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A426FE is #5BD901. Grayscale: #636363. Windows color (decimal): -6019330 or 16656036. OLE color: 16656036.
HSL color Cylindrical-coordinate representation of color #A426FE: hue angle of 275º 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 #A426FE is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 38 | 254 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.00 |
| HSL | 275º | 0.99% | 0.57% | - |
| HSV(B) | 275º | 0.85% | 1% | - |
| XYZ | 33.89 | 16.43 | 95.15 | - |
| YUV | 100.3 | 214.74 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 254 | 0.35 | 0.85 | 0 | 0.00 | 275 | 0.99 | 0.57 |
| Hex | A4 | 26 | FE | 23 | 55 | 0 | 0 | 113 | 63 | 39 |
| Octal | 244 | 46 | 376 | 43 | 125 | 0 | 0 | 423 | 143 | 71 |
| Binary | 10100100 | 100110 | 11111110 | 100011 | 1010101 | 0 | 0 | 100010011 | 1100011 | 111001 |
Color Harmonies of #A426FE
Complementary color
Monochromatic Colors of #A426FE
Black with #A426FE
Text Example
Text Example
White with #A426FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426FE; }
p { color: rgb(164,38,254); }
H1.HeaderClassName
{
color: #A426FE;
}
.AnyTagClassName
{
color: #A426FE;
}
</style>
background-color css
<style>
a { background-color: #A426FE; }
a { background-color: rgb(164,38,254); }
div.DivClassName
{
background-color: #A426FE;
}
.BgClassName
{
background-color: #A426FE;
}
</style>
border-color css
<style>
span { border-color: #A426FE; }
span { border-color: rgb(164,38,254); }
td.TdClassName
{
border-color: #A426FE;
}
.TagClassName
{
border-color: #A426FE;
}
</style>