Shades of Blue Violet #A826FC
Tints of Blue Violet #A826FC
RGB
CMYK
RGB Variations
Color information
#A826FC (or 0xA826FC) is known color: Blue Violet. HEX triplet: A8, 26 and FC. RGB value is (168,38,252). Sum of RGB (Red+Green+Blue) = 168+38+252=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #A826FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826FC is #57D903. Grayscale: #646464. Windows color (decimal): -5757188 or 16524968. OLE color: 16524968.
HSL color Cylindrical-coordinate representation of color #A826FC: hue angle of 276.45º degrees, saturation: 0.97, 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 #A826FC is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 38 | 252 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.01 |
| HSL | 276.45º | 0.97% | 0.57% | - |
| HSV(B) | 276.45º | 0.85% | 0.99% | - |
| XYZ | 34.41 | 16.74 | 93.51 | - |
| YUV | 101.27 | 213.07 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 252 | 0.33 | 0.85 | 0 | 0.01 | 276.45 | 0.97 | 0.57 |
| Hex | A8 | 26 | FC | 21 | 55 | 0 | 1 | 114 | 61 | 39 |
| Octal | 250 | 46 | 374 | 41 | 125 | 0 | 1 | 424 | 141 | 71 |
| Binary | 10101000 | 100110 | 11111100 | 100001 | 1010101 | 0 | 1 | 100010100 | 1100001 | 111001 |
Color Harmonies of #A826FC
Complementary color
Monochromatic Colors of #A826FC
Black with #A826FC
Text Example
Text Example
White with #A826FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826FC; }
p { color: rgb(168,38,252); }
H1.HeaderClassName
{
color: #A826FC;
}
.AnyTagClassName
{
color: #A826FC;
}
</style>
background-color css
<style>
a { background-color: #A826FC; }
a { background-color: rgb(168,38,252); }
div.DivClassName
{
background-color: #A826FC;
}
.BgClassName
{
background-color: #A826FC;
}
</style>
border-color css
<style>
span { border-color: #A826FC; }
span { border-color: rgb(168,38,252); }
td.TdClassName
{
border-color: #A826FC;
}
.TagClassName
{
border-color: #A826FC;
}
</style>