Shades of Blue Violet #A826FB
Tints of Blue Violet #A826FB
RGB
CMYK
RGB Variations
Color information
#A826FB (or 0xA826FB) is known color: Blue Violet. HEX triplet: A8, 26 and FB. RGB value is (168,38,251). Sum of RGB (Red+Green+Blue) = 168+38+251=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #A826FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826FB is #57D904. Grayscale: #646464. Windows color (decimal): -5757189 or 16459432. OLE color: 16459432.
HSL color Cylindrical-coordinate representation of color #A826FB: hue angle of 276.62º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A826FB is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 38 | 251 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.02 |
| HSL | 276.62º | 0.96% | 0.57% | - |
| HSV(B) | 276.62º | 0.85% | 0.98% | - |
| XYZ | 34.25 | 16.68 | 92.68 | - |
| YUV | 101.15 | 212.57 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 251 | 0.33 | 0.85 | 0 | 0.02 | 276.62 | 0.96 | 0.57 |
| Hex | A8 | 26 | FB | 21 | 55 | 0 | 2 | 115 | 60 | 39 |
| Octal | 250 | 46 | 373 | 41 | 125 | 0 | 2 | 425 | 140 | 71 |
| Binary | 10101000 | 100110 | 11111011 | 100001 | 1010101 | 0 | 10 | 100010101 | 1100000 | 111001 |
Color Harmonies of #A826FB
Complementary color
Monochromatic Colors of #A826FB
Black with #A826FB
Text Example
Text Example
White with #A826FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826FB; }
p { color: rgb(168,38,251); }
H1.HeaderClassName
{
color: #A826FB;
}
.AnyTagClassName
{
color: #A826FB;
}
</style>
background-color css
<style>
a { background-color: #A826FB; }
a { background-color: rgb(168,38,251); }
div.DivClassName
{
background-color: #A826FB;
}
.BgClassName
{
background-color: #A826FB;
}
</style>
border-color css
<style>
span { border-color: #A826FB; }
span { border-color: rgb(168,38,251); }
td.TdClassName
{
border-color: #A826FB;
}
.TagClassName
{
border-color: #A826FB;
}
</style>