Shades of Blue Violet #A527FE
Tints of Blue Violet #A527FE
RGB
CMYK
RGB Variations
Color information
#A527FE (or 0xA527FE) is known color: Blue Violet. HEX triplet: A5, 27 and FE. RGB value is (165,39,254). Sum of RGB (Red+Green+Blue) = 165+39+254=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #A527FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A527FE is #5AD801. Grayscale: #646464. Windows color (decimal): -5953538 or 16656293. OLE color: 16656293.
HSL color Cylindrical-coordinate representation of color #A527FE: hue angle of 275.16º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A527FE is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 39 | 254 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.00 |
| HSL | 275.16º | 0.99% | 0.57% | - |
| HSV(B) | 275.16º | 0.85% | 1% | - |
| XYZ | 34.13 | 16.61 | 95.17 | - |
| YUV | 101.18 | 214.24 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 39 | 254 | 0.35 | 0.85 | 0 | 0.00 | 275.16 | 0.99 | 0.57 |
| Hex | A5 | 27 | FE | 23 | 55 | 0 | 0 | 113 | 63 | 39 |
| Octal | 245 | 47 | 376 | 43 | 125 | 0 | 0 | 423 | 143 | 71 |
| Binary | 10100101 | 100111 | 11111110 | 100011 | 1010101 | 0 | 0 | 100010011 | 1100011 | 111001 |
Color Harmonies of #A527FE
Complementary color
Monochromatic Colors of #A527FE
Black with #A527FE
Text Example
Text Example
White with #A527FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A527FE; }
p { color: rgb(165,39,254); }
H1.HeaderClassName
{
color: #A527FE;
}
.AnyTagClassName
{
color: #A527FE;
}
</style>
background-color css
<style>
a { background-color: #A527FE; }
a { background-color: rgb(165,39,254); }
div.DivClassName
{
background-color: #A527FE;
}
.BgClassName
{
background-color: #A527FE;
}
</style>
border-color css
<style>
span { border-color: #A527FE; }
span { border-color: rgb(165,39,254); }
td.TdClassName
{
border-color: #A527FE;
}
.TagClassName
{
border-color: #A527FE;
}
</style>