Shades of Blue Violet #A828FE
Tints of Blue Violet #A828FE
RGB
CMYK
RGB Variations
Color information
#A828FE (or 0xA828FE) is known color: Blue Violet. HEX triplet: A8, 28 and FE. RGB value is (168,40,254). Sum of RGB (Red+Green+Blue) = 168+40+254=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #A828FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828FE is #57D701. Grayscale: #656565. Windows color (decimal): -5756674 or 16656552. OLE color: 16656552.
HSL color Cylindrical-coordinate representation of color #A828FE: hue angle of 275.89º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A828FE is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 40 | 254 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.00 |
| HSL | 275.89º | 0.99% | 0.58% | - |
| HSV(B) | 275.89º | 0.84% | 1% | - |
| XYZ | 34.8 | 17 | 95.21 | - |
| YUV | 102.67 | 213.41 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 254 | 0.34 | 0.84 | 0 | 0.00 | 275.89 | 0.99 | 0.58 |
| Hex | A8 | 28 | FE | 22 | 54 | 0 | 0 | 114 | 63 | 3A |
| Octal | 250 | 50 | 376 | 42 | 124 | 0 | 0 | 424 | 143 | 72 |
| Binary | 10101000 | 101000 | 11111110 | 100010 | 1010100 | 0 | 0 | 100010100 | 1100011 | 111010 |
Color Harmonies of #A828FE
Complementary color
Monochromatic Colors of #A828FE
Black with #A828FE
Text Example
Text Example
White with #A828FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828FE; }
p { color: rgb(168,40,254); }
H1.HeaderClassName
{
color: #A828FE;
}
.AnyTagClassName
{
color: #A828FE;
}
</style>
background-color css
<style>
a { background-color: #A828FE; }
a { background-color: rgb(168,40,254); }
div.DivClassName
{
background-color: #A828FE;
}
.BgClassName
{
background-color: #A828FE;
}
</style>
border-color css
<style>
span { border-color: #A828FE; }
span { border-color: rgb(168,40,254); }
td.TdClassName
{
border-color: #A828FE;
}
.TagClassName
{
border-color: #A828FE;
}
</style>