Shades of Blue Violet #A826FA
Tints of Blue Violet #A826FA
RGB
CMYK
RGB Variations
Color information
#A826FA (or 0xA826FA) is known color: Blue Violet. HEX triplet: A8, 26 and FA. RGB value is (168,38,250). Sum of RGB (Red+Green+Blue) = 168+38+250=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #A826FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826FA is #57D905. Grayscale: #646464. Windows color (decimal): -5757190 or 16393896. OLE color: 16393896.
HSL color Cylindrical-coordinate representation of color #A826FA: hue angle of 276.79º 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 #A826FA is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 38 | 250 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.02 |
| HSL | 276.79º | 0.95% | 0.56% | - |
| HSV(B) | 276.79º | 0.85% | 0.98% | - |
| XYZ | 34.1 | 16.61 | 91.85 | - |
| YUV | 101.04 | 212.07 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 250 | 0.33 | 0.85 | 0 | 0.02 | 276.79 | 0.95 | 0.56 |
| Hex | A8 | 26 | FA | 21 | 55 | 0 | 2 | 115 | 5F | 38 |
| Octal | 250 | 46 | 372 | 41 | 125 | 0 | 2 | 425 | 137 | 70 |
| Binary | 10101000 | 100110 | 11111010 | 100001 | 1010101 | 0 | 10 | 100010101 | 1011111 | 111000 |
Color Harmonies of #A826FA
Complementary color
Monochromatic Colors of #A826FA
Black with #A826FA
Text Example
Text Example
White with #A826FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826FA; }
p { color: rgb(168,38,250); }
H1.HeaderClassName
{
color: #A826FA;
}
.AnyTagClassName
{
color: #A826FA;
}
</style>
background-color css
<style>
a { background-color: #A826FA; }
a { background-color: rgb(168,38,250); }
div.DivClassName
{
background-color: #A826FA;
}
.BgClassName
{
background-color: #A826FA;
}
</style>
border-color css
<style>
span { border-color: #A826FA; }
span { border-color: rgb(168,38,250); }
td.TdClassName
{
border-color: #A826FA;
}
.TagClassName
{
border-color: #A826FA;
}
</style>