Shades of Blue Violet #A826FE
Tints of Blue Violet #A826FE
RGB
CMYK
RGB Variations
Color information
#A826FE (or 0xA826FE) is known color: Blue Violet. HEX triplet: A8, 26 and FE. RGB value is (168,38,254). Sum of RGB (Red+Green+Blue) = 168+38+254=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #A826FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826FE is #57D901. Grayscale: #646464. Windows color (decimal): -5757186 or 16656040. OLE color: 16656040.
HSL color Cylindrical-coordinate representation of color #A826FE: hue angle of 276.11º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A826FE is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 38 | 254 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.00 |
| HSL | 276.11º | 0.99% | 0.57% | - |
| HSV(B) | 276.11º | 0.85% | 1% | - |
| XYZ | 34.73 | 16.87 | 95.19 | - |
| YUV | 101.49 | 214.07 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 254 | 0.34 | 0.85 | 0 | 0.00 | 276.11 | 0.99 | 0.57 |
| Hex | A8 | 26 | FE | 22 | 55 | 0 | 0 | 114 | 63 | 39 |
| Octal | 250 | 46 | 376 | 42 | 125 | 0 | 0 | 424 | 143 | 71 |
| Binary | 10101000 | 100110 | 11111110 | 100010 | 1010101 | 0 | 0 | 100010100 | 1100011 | 111001 |
Color Harmonies of #A826FE
Complementary color
Monochromatic Colors of #A826FE
Black with #A826FE
Text Example
Text Example
White with #A826FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826FE; }
p { color: rgb(168,38,254); }
H1.HeaderClassName
{
color: #A826FE;
}
.AnyTagClassName
{
color: #A826FE;
}
</style>
background-color css
<style>
a { background-color: #A826FE; }
a { background-color: rgb(168,38,254); }
div.DivClassName
{
background-color: #A826FE;
}
.BgClassName
{
background-color: #A826FE;
}
</style>
border-color css
<style>
span { border-color: #A826FE; }
span { border-color: rgb(168,38,254); }
td.TdClassName
{
border-color: #A826FE;
}
.TagClassName
{
border-color: #A826FE;
}
</style>