Shades of Blue Violet #A528F0
Tints of Blue Violet #A528F0
RGB
CMYK
RGB Variations
Color information
#A528F0 (or 0xA528F0) is known color: Blue Violet. HEX triplet: A5, 28 and F0. RGB value is (165,40,240). Sum of RGB (Red+Green+Blue) = 165+40+240=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #A528F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A528F0 is #5AD70F. Grayscale: #636363. Windows color (decimal): -5953296 or 15739045. OLE color: 15739045.
HSL color Cylindrical-coordinate representation of color #A528F0: hue angle of 277.5º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A528F0 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 40 | 240 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.06 |
| HSL | 277.5º | 0.87% | 0.55% | - |
| HSV(B) | 277.5º | 0.83% | 0.94% | - |
| XYZ | 32 | 15.81 | 83.8 | - |
| YUV | 100.18 | 206.91 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 240 | 0.31 | 0.83 | 0 | 0.06 | 277.5 | 0.87 | 0.55 |
| Hex | A5 | 28 | F0 | 1F | 53 | 0 | 6 | 116 | 57 | 37 |
| Octal | 245 | 50 | 360 | 37 | 123 | 0 | 6 | 426 | 127 | 67 |
| Binary | 10100101 | 101000 | 11110000 | 11111 | 1010011 | 0 | 110 | 100010110 | 1010111 | 110111 |
Color Harmonies of #A528F0
Complementary color
Monochromatic Colors of #A528F0
Black with #A528F0
Text Example
Text Example
White with #A528F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528F0; }
p { color: rgb(165,40,240); }
H1.HeaderClassName
{
color: #A528F0;
}
.AnyTagClassName
{
color: #A528F0;
}
</style>
background-color css
<style>
a { background-color: #A528F0; }
a { background-color: rgb(165,40,240); }
div.DivClassName
{
background-color: #A528F0;
}
.BgClassName
{
background-color: #A528F0;
}
</style>
border-color css
<style>
span { border-color: #A528F0; }
span { border-color: rgb(165,40,240); }
td.TdClassName
{
border-color: #A528F0;
}
.TagClassName
{
border-color: #A528F0;
}
</style>