Shades of Blue Violet #A826EA
Tints of Blue Violet #A826EA
RGB
CMYK
RGB Variations
Color information
#A826EA (or 0xA826EA) is known color: Blue Violet. HEX triplet: A8, 26 and EA. RGB value is (168,38,234). Sum of RGB (Red+Green+Blue) = 168+38+234=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #A826EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826EA is #57D915. Grayscale: #626262. Windows color (decimal): -5757206 or 15345320. OLE color: 15345320.
HSL color Cylindrical-coordinate representation of color #A826EA: hue angle of 279.8º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A826EA is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 38 | 234 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.08 |
| HSL | 279.8º | 0.82% | 0.53% | - |
| HSV(B) | 279.8º | 0.84% | 0.92% | - |
| XYZ | 31.69 | 15.65 | 79.19 | - |
| YUV | 99.21 | 204.07 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 234 | 0.28 | 0.84 | 0 | 0.08 | 279.8 | 0.82 | 0.53 |
| Hex | A8 | 26 | EA | 1C | 54 | 0 | 8 | 118 | 52 | 35 |
| Octal | 250 | 46 | 352 | 34 | 124 | 0 | 10 | 430 | 122 | 65 |
| Binary | 10101000 | 100110 | 11101010 | 11100 | 1010100 | 0 | 1000 | 100011000 | 1010010 | 110101 |
Color Harmonies of #A826EA
Complementary color
Monochromatic Colors of #A826EA
Black with #A826EA
Text Example
Text Example
White with #A826EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826EA; }
p { color: rgb(168,38,234); }
H1.HeaderClassName
{
color: #A826EA;
}
.AnyTagClassName
{
color: #A826EA;
}
</style>
background-color css
<style>
a { background-color: #A826EA; }
a { background-color: rgb(168,38,234); }
div.DivClassName
{
background-color: #A826EA;
}
.BgClassName
{
background-color: #A826EA;
}
</style>
border-color css
<style>
span { border-color: #A826EA; }
span { border-color: rgb(168,38,234); }
td.TdClassName
{
border-color: #A826EA;
}
.TagClassName
{
border-color: #A826EA;
}
</style>