Shades of Blue Violet #A528FA
Tints of Blue Violet #A528FA
RGB
CMYK
RGB Variations
Color information
#A528FA (or 0xA528FA) is known color: Blue Violet. HEX triplet: A5, 28 and FA. RGB value is (165,40,250). Sum of RGB (Red+Green+Blue) = 165+40+250=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #A528FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A528FA is #5AD705. Grayscale: #646464. Windows color (decimal): -5953286 or 16394405. OLE color: 16394405.
HSL color Cylindrical-coordinate representation of color #A528FA: hue angle of 275.71º degrees, saturation: 0.95, 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 #A528FA is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 40 | 250 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.02 |
| HSL | 275.71º | 0.95% | 0.57% | - |
| HSV(B) | 275.71º | 0.84% | 0.98% | - |
| XYZ | 33.53 | 16.42 | 91.84 | - |
| YUV | 101.32 | 211.91 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 250 | 0.34 | 0.84 | 0 | 0.02 | 275.71 | 0.95 | 0.57 |
| Hex | A5 | 28 | FA | 22 | 54 | 0 | 2 | 114 | 5F | 39 |
| Octal | 245 | 50 | 372 | 42 | 124 | 0 | 2 | 424 | 137 | 71 |
| Binary | 10100101 | 101000 | 11111010 | 100010 | 1010100 | 0 | 10 | 100010100 | 1011111 | 111001 |
Color Harmonies of #A528FA
Complementary color
Monochromatic Colors of #A528FA
Black with #A528FA
Text Example
Text Example
White with #A528FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528FA; }
p { color: rgb(165,40,250); }
H1.HeaderClassName
{
color: #A528FA;
}
.AnyTagClassName
{
color: #A528FA;
}
</style>
background-color css
<style>
a { background-color: #A528FA; }
a { background-color: rgb(165,40,250); }
div.DivClassName
{
background-color: #A528FA;
}
.BgClassName
{
background-color: #A528FA;
}
</style>
border-color css
<style>
span { border-color: #A528FA; }
span { border-color: rgb(165,40,250); }
td.TdClassName
{
border-color: #A528FA;
}
.TagClassName
{
border-color: #A528FA;
}
</style>