Shades of Blue Violet #A528EE
Tints of Blue Violet #A528EE
RGB
CMYK
RGB Variations
Color information
#A528EE (or 0xA528EE) is known color: Blue Violet. HEX triplet: A5, 28 and EE. RGB value is (165,40,238). Sum of RGB (Red+Green+Blue) = 165+40+238=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #A528EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A528EE is #5AD711. Grayscale: #636363. Windows color (decimal): -5953298 or 15607973. OLE color: 15607973.
HSL color Cylindrical-coordinate representation of color #A528EE: hue angle of 277.88º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A528EE is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 40 | 238 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.07 |
| HSL | 277.88º | 0.85% | 0.55% | - |
| HSV(B) | 277.88º | 0.83% | 0.93% | - |
| XYZ | 31.71 | 15.69 | 82.25 | - |
| YUV | 99.95 | 205.91 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 238 | 0.31 | 0.83 | 0 | 0.07 | 277.88 | 0.85 | 0.55 |
| Hex | A5 | 28 | EE | 1F | 53 | 0 | 7 | 116 | 55 | 37 |
| Octal | 245 | 50 | 356 | 37 | 123 | 0 | 7 | 426 | 125 | 67 |
| Binary | 10100101 | 101000 | 11101110 | 11111 | 1010011 | 0 | 111 | 100010110 | 1010101 | 110111 |
Color Harmonies of #A528EE
Complementary color
Monochromatic Colors of #A528EE
Black with #A528EE
Text Example
Text Example
White with #A528EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528EE; }
p { color: rgb(165,40,238); }
H1.HeaderClassName
{
color: #A528EE;
}
.AnyTagClassName
{
color: #A528EE;
}
</style>
background-color css
<style>
a { background-color: #A528EE; }
a { background-color: rgb(165,40,238); }
div.DivClassName
{
background-color: #A528EE;
}
.BgClassName
{
background-color: #A528EE;
}
</style>
border-color css
<style>
span { border-color: #A528EE; }
span { border-color: rgb(165,40,238); }
td.TdClassName
{
border-color: #A528EE;
}
.TagClassName
{
border-color: #A528EE;
}
</style>