Shades of Blue Violet #A528E8
Tints of Blue Violet #A528E8
RGB
CMYK
RGB Variations
Color information
#A528E8 (or 0xA528E8) is known color: Blue Violet. HEX triplet: A5, 28 and E8. RGB value is (165,40,232). Sum of RGB (Red+Green+Blue) = 165+40+232=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 232 (91.02% from 255 or 53.09% from 437); Max value from RGB is 232 - color contains mainly: blue. Hex color #A528E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A528E8 is #5AD717. Grayscale: #626262. Windows color (decimal): -5953304 or 15214757. OLE color: 15214757.
HSL color Cylindrical-coordinate representation of color #A528E8: hue angle of 279.06º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A528E8 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 40 | 232 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.09 |
| HSL | 279.06º | 0.81% | 0.53% | - |
| HSV(B) | 279.06º | 0.83% | 0.91% | - |
| XYZ | 30.84 | 15.34 | 77.68 | - |
| YUV | 99.26 | 202.91 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 232 | 0.29 | 0.83 | 0 | 0.09 | 279.06 | 0.81 | 0.53 |
| Hex | A5 | 28 | E8 | 1D | 53 | 0 | 9 | 117 | 51 | 35 |
| Octal | 245 | 50 | 350 | 35 | 123 | 0 | 11 | 427 | 121 | 65 |
| Binary | 10100101 | 101000 | 11101000 | 11101 | 1010011 | 0 | 1001 | 100010111 | 1010001 | 110101 |
Color Harmonies of #A528E8
Complementary color
Monochromatic Colors of #A528E8
Black with #A528E8
Text Example
Text Example
White with #A528E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528E8; }
p { color: rgb(165,40,232); }
H1.HeaderClassName
{
color: #A528E8;
}
.AnyTagClassName
{
color: #A528E8;
}
</style>
background-color css
<style>
a { background-color: #A528E8; }
a { background-color: rgb(165,40,232); }
div.DivClassName
{
background-color: #A528E8;
}
.BgClassName
{
background-color: #A528E8;
}
</style>
border-color css
<style>
span { border-color: #A528E8; }
span { border-color: rgb(165,40,232); }
td.TdClassName
{
border-color: #A528E8;
}
.TagClassName
{
border-color: #A528E8;
}
</style>