Shades of Blue Violet #A526FE
Tints of Blue Violet #A526FE
RGB
CMYK
RGB Variations
Color information
#A526FE (or 0xA526FE) is known color: Blue Violet. HEX triplet: A5, 26 and FE. RGB value is (165,38,254). Sum of RGB (Red+Green+Blue) = 165+38+254=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #A526FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A526FE is #5AD901. Grayscale: #636363. Windows color (decimal): -5953794 or 16656037. OLE color: 16656037.
HSL color Cylindrical-coordinate representation of color #A526FE: hue angle of 275.28º 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 #A526FE is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 38 | 254 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.00 |
| HSL | 275.28º | 0.99% | 0.57% | - |
| HSV(B) | 275.28º | 0.85% | 1% | - |
| XYZ | 34.1 | 16.54 | 95.16 | - |
| YUV | 100.6 | 214.58 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 38 | 254 | 0.35 | 0.85 | 0 | 0.00 | 275.28 | 0.99 | 0.57 |
| Hex | A5 | 26 | FE | 23 | 55 | 0 | 0 | 113 | 63 | 39 |
| Octal | 245 | 46 | 376 | 43 | 125 | 0 | 0 | 423 | 143 | 71 |
| Binary | 10100101 | 100110 | 11111110 | 100011 | 1010101 | 0 | 0 | 100010011 | 1100011 | 111001 |
Color Harmonies of #A526FE
Complementary color
Monochromatic Colors of #A526FE
Black with #A526FE
Text Example
Text Example
White with #A526FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A526FE; }
p { color: rgb(165,38,254); }
H1.HeaderClassName
{
color: #A526FE;
}
.AnyTagClassName
{
color: #A526FE;
}
</style>
background-color css
<style>
a { background-color: #A526FE; }
a { background-color: rgb(165,38,254); }
div.DivClassName
{
background-color: #A526FE;
}
.BgClassName
{
background-color: #A526FE;
}
</style>
border-color css
<style>
span { border-color: #A526FE; }
span { border-color: rgb(165,38,254); }
td.TdClassName
{
border-color: #A526FE;
}
.TagClassName
{
border-color: #A526FE;
}
</style>