Shades of Blue Violet #A528EB
Tints of Blue Violet #A528EB
RGB
CMYK
RGB Variations
Color information
#A528EB (or 0xA528EB) is known color: Blue Violet. HEX triplet: A5, 28 and EB. RGB value is (165,40,235). Sum of RGB (Red+Green+Blue) = 165+40+235=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #A528EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A528EB is #5AD714. Grayscale: #626262. Windows color (decimal): -5953301 or 15411365. OLE color: 15411365.
HSL color Cylindrical-coordinate representation of color #A528EB: hue angle of 278.46º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A528EB is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 40 | 235 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.08 |
| HSL | 278.46º | 0.83% | 0.54% | - |
| HSV(B) | 278.46º | 0.83% | 0.92% | - |
| XYZ | 31.27 | 15.52 | 79.94 | - |
| YUV | 99.61 | 204.41 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 235 | 0.30 | 0.83 | 0 | 0.08 | 278.46 | 0.83 | 0.54 |
| Hex | A5 | 28 | EB | 1E | 53 | 0 | 8 | 116 | 53 | 36 |
| Octal | 245 | 50 | 353 | 36 | 123 | 0 | 10 | 426 | 123 | 66 |
| Binary | 10100101 | 101000 | 11101011 | 11110 | 1010011 | 0 | 1000 | 100010110 | 1010011 | 110110 |
Color Harmonies of #A528EB
Complementary color
Monochromatic Colors of #A528EB
Black with #A528EB
Text Example
Text Example
White with #A528EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528EB; }
p { color: rgb(165,40,235); }
H1.HeaderClassName
{
color: #A528EB;
}
.AnyTagClassName
{
color: #A528EB;
}
</style>
background-color css
<style>
a { background-color: #A528EB; }
a { background-color: rgb(165,40,235); }
div.DivClassName
{
background-color: #A528EB;
}
.BgClassName
{
background-color: #A528EB;
}
</style>
border-color css
<style>
span { border-color: #A528EB; }
span { border-color: rgb(165,40,235); }
td.TdClassName
{
border-color: #A528EB;
}
.TagClassName
{
border-color: #A528EB;
}
</style>