Shades of Blue Violet #A528FB
Tints of Blue Violet #A528FB
RGB
CMYK
RGB Variations
Color information
#A528FB (or 0xA528FB) is known color: Blue Violet. HEX triplet: A5, 28 and FB. RGB value is (165,40,251). Sum of RGB (Red+Green+Blue) = 165+40+251=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #A528FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A528FB is #5AD704. Grayscale: #646464. Windows color (decimal): -5953285 or 16459941. OLE color: 16459941.
HSL color Cylindrical-coordinate representation of color #A528FB: hue angle of 275.55º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A528FB is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 40 | 251 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.02 |
| HSL | 275.55º | 0.96% | 0.57% | - |
| HSV(B) | 275.55º | 0.84% | 0.98% | - |
| XYZ | 33.69 | 16.48 | 92.67 | - |
| YUV | 101.43 | 212.41 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 251 | 0.34 | 0.84 | 0 | 0.02 | 275.55 | 0.96 | 0.57 |
| Hex | A5 | 28 | FB | 22 | 54 | 0 | 2 | 114 | 60 | 39 |
| Octal | 245 | 50 | 373 | 42 | 124 | 0 | 2 | 424 | 140 | 71 |
| Binary | 10100101 | 101000 | 11111011 | 100010 | 1010100 | 0 | 10 | 100010100 | 1100000 | 111001 |
Color Harmonies of #A528FB
Complementary color
Monochromatic Colors of #A528FB
Black with #A528FB
Text Example
Text Example
White with #A528FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528FB; }
p { color: rgb(165,40,251); }
H1.HeaderClassName
{
color: #A528FB;
}
.AnyTagClassName
{
color: #A528FB;
}
</style>
background-color css
<style>
a { background-color: #A528FB; }
a { background-color: rgb(165,40,251); }
div.DivClassName
{
background-color: #A528FB;
}
.BgClassName
{
background-color: #A528FB;
}
</style>
border-color css
<style>
span { border-color: #A528FB; }
span { border-color: rgb(165,40,251); }
td.TdClassName
{
border-color: #A528FB;
}
.TagClassName
{
border-color: #A528FB;
}
</style>