Shades of Blue Violet #A426FA
Tints of Blue Violet #A426FA
RGB
CMYK
RGB Variations
Color information
#A426FA (or 0xA426FA) is known color: Blue Violet. HEX triplet: A4, 26 and FA. RGB value is (164,38,250). Sum of RGB (Red+Green+Blue) = 164+38+250=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #A426FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A426FA is #5BD905. Grayscale: #636363. Windows color (decimal): -6019334 or 16393892. OLE color: 16393892.
HSL color Cylindrical-coordinate representation of color #A426FA: hue angle of 275.66º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A426FA is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 38 | 250 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.02 |
| HSL | 275.66º | 0.95% | 0.56% | - |
| HSV(B) | 275.66º | 0.85% | 0.98% | - |
| XYZ | 33.26 | 16.18 | 91.81 | - |
| YUV | 99.84 | 212.74 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 250 | 0.34 | 0.85 | 0 | 0.02 | 275.66 | 0.95 | 0.56 |
| Hex | A4 | 26 | FA | 22 | 55 | 0 | 2 | 114 | 5F | 38 |
| Octal | 244 | 46 | 372 | 42 | 125 | 0 | 2 | 424 | 137 | 70 |
| Binary | 10100100 | 100110 | 11111010 | 100010 | 1010101 | 0 | 10 | 100010100 | 1011111 | 111000 |
Color Harmonies of #A426FA
Complementary color
Monochromatic Colors of #A426FA
Black with #A426FA
Text Example
Text Example
White with #A426FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426FA; }
p { color: rgb(164,38,250); }
H1.HeaderClassName
{
color: #A426FA;
}
.AnyTagClassName
{
color: #A426FA;
}
</style>
background-color css
<style>
a { background-color: #A426FA; }
a { background-color: rgb(164,38,250); }
div.DivClassName
{
background-color: #A426FA;
}
.BgClassName
{
background-color: #A426FA;
}
</style>
border-color css
<style>
span { border-color: #A426FA; }
span { border-color: rgb(164,38,250); }
td.TdClassName
{
border-color: #A426FA;
}
.TagClassName
{
border-color: #A426FA;
}
</style>