Shades of Blue Violet #A826FF
Tints of Blue Violet #A826FF
RGB
CMYK
RGB Variations
Color information
#A826FF (or 0xA826FF) is known color: Blue Violet. HEX triplet: A8, 26 and FF. RGB value is (168,38,255). Sum of RGB (Red+Green+Blue) = 168+38+255=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 38 (15.23% from 255 or 8.24% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #A826FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826FF is #57D900. Grayscale: #646464. Windows color (decimal): -5757185 or 16721576. OLE color: 16721576.
HSL color Cylindrical-coordinate representation of color #A826FF: hue angle of 275.94º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A826FF is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 38 | 255 | - |
| CMYK | 0.34 | 0.85 | 0 | 0 |
| HSL | 275.94º | 1% | 0.57% | - |
| HSV(B) | 275.94º | 0.85% | 1% | - |
| XYZ | 34.89 | 16.93 | 96.04 | - |
| YUV | 101.61 | 214.57 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 255 | 0.34 | 0.85 | 0 | 0 | 275.94 | 1 | 0.57 |
| Hex | A8 | 26 | FF | 22 | 55 | 0 | 0 | 114 | 64 | 39 |
| Octal | 250 | 46 | 377 | 42 | 125 | 0 | 0 | 424 | 144 | 71 |
| Binary | 10101000 | 100110 | 11111111 | 100010 | 1010101 | 0 | 0 | 100010100 | 1100100 | 111001 |
Color Harmonies of #A826FF
Complementary color
Monochromatic Colors of #A826FF
Black with #A826FF
Text Example
Text Example
White with #A826FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826FF; }
p { color: rgb(168,38,255); }
H1.HeaderClassName
{
color: #A826FF;
}
.AnyTagClassName
{
color: #A826FF;
}
</style>
background-color css
<style>
a { background-color: #A826FF; }
a { background-color: rgb(168,38,255); }
div.DivClassName
{
background-color: #A826FF;
}
.BgClassName
{
background-color: #A826FF;
}
</style>
border-color css
<style>
span { border-color: #A826FF; }
span { border-color: rgb(168,38,255); }
td.TdClassName
{
border-color: #A826FF;
}
.TagClassName
{
border-color: #A826FF;
}
</style>