Shades of Blue Violet #A426FD
Tints of Blue Violet #A426FD
RGB
CMYK
RGB Variations
Color information
#A426FD (or 0xA426FD) is known color: Blue Violet. HEX triplet: A4, 26 and FD. RGB value is (164,38,253). Sum of RGB (Red+Green+Blue) = 164+38+253=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #A426FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A426FD is #5BD902. Grayscale: #636363. Windows color (decimal): -6019331 or 16590500. OLE color: 16590500.
HSL color Cylindrical-coordinate representation of color #A426FD: hue angle of 275.16º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A426FD is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 38 | 253 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.01 |
| HSL | 275.16º | 0.98% | 0.57% | - |
| HSV(B) | 275.16º | 0.85% | 0.99% | - |
| XYZ | 33.73 | 16.37 | 94.31 | - |
| YUV | 100.18 | 214.24 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 253 | 0.35 | 0.85 | 0 | 0.01 | 275.16 | 0.98 | 0.57 |
| Hex | A4 | 26 | FD | 23 | 55 | 0 | 1 | 113 | 62 | 39 |
| Octal | 244 | 46 | 375 | 43 | 125 | 0 | 1 | 423 | 142 | 71 |
| Binary | 10100100 | 100110 | 11111101 | 100011 | 1010101 | 0 | 1 | 100010011 | 1100010 | 111001 |
Color Harmonies of #A426FD
Complementary color
Monochromatic Colors of #A426FD
Black with #A426FD
Text Example
Text Example
White with #A426FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426FD; }
p { color: rgb(164,38,253); }
H1.HeaderClassName
{
color: #A426FD;
}
.AnyTagClassName
{
color: #A426FD;
}
</style>
background-color css
<style>
a { background-color: #A426FD; }
a { background-color: rgb(164,38,253); }
div.DivClassName
{
background-color: #A426FD;
}
.BgClassName
{
background-color: #A426FD;
}
</style>
border-color css
<style>
span { border-color: #A426FD; }
span { border-color: rgb(164,38,253); }
td.TdClassName
{
border-color: #A426FD;
}
.TagClassName
{
border-color: #A426FD;
}
</style>