Shades of Blue Violet #A528FE
Tints of Blue Violet #A528FE
RGB
CMYK
RGB Variations
Color information
#A528FE (or 0xA528FE) is known color: Blue Violet. HEX triplet: A5, 28 and FE. RGB value is (165,40,254). Sum of RGB (Red+Green+Blue) = 165+40+254=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #A528FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A528FE is #5AD701. Grayscale: #656565. Windows color (decimal): -5953282 or 16656549. OLE color: 16656549.
HSL color Cylindrical-coordinate representation of color #A528FE: hue angle of 275.05º 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 #A528FE is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 40 | 254 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.00 |
| HSL | 275.05º | 0.99% | 0.58% | - |
| HSV(B) | 275.05º | 0.84% | 1% | - |
| XYZ | 34.17 | 16.67 | 95.18 | - |
| YUV | 101.77 | 213.91 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 254 | 0.35 | 0.84 | 0 | 0.00 | 275.05 | 0.99 | 0.58 |
| Hex | A5 | 28 | FE | 23 | 54 | 0 | 0 | 113 | 63 | 3A |
| Octal | 245 | 50 | 376 | 43 | 124 | 0 | 0 | 423 | 143 | 72 |
| Binary | 10100101 | 101000 | 11111110 | 100011 | 1010100 | 0 | 0 | 100010011 | 1100011 | 111010 |
Color Harmonies of #A528FE
Complementary color
Monochromatic Colors of #A528FE
Black with #A528FE
Text Example
Text Example
White with #A528FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528FE; }
p { color: rgb(165,40,254); }
H1.HeaderClassName
{
color: #A528FE;
}
.AnyTagClassName
{
color: #A528FE;
}
</style>
background-color css
<style>
a { background-color: #A528FE; }
a { background-color: rgb(165,40,254); }
div.DivClassName
{
background-color: #A528FE;
}
.BgClassName
{
background-color: #A528FE;
}
</style>
border-color css
<style>
span { border-color: #A528FE; }
span { border-color: rgb(165,40,254); }
td.TdClassName
{
border-color: #A528FE;
}
.TagClassName
{
border-color: #A528FE;
}
</style>