Shades of Blue Violet #A527F3
Tints of Blue Violet #A527F3
RGB
CMYK
RGB Variations
Color information
#A527F3 (or 0xA527F3) is known color: Blue Violet. HEX triplet: A5, 27 and F3. RGB value is (165,39,243). Sum of RGB (Red+Green+Blue) = 165+39+243=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 39 (15.62% from 255 or 8.72% from 447); Blue value is 243 (95.31% from 255 or 54.36% from 447); Max value from RGB is 243 - color contains mainly: blue. Hex color #A527F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A527F3 is #5AD80C. Grayscale: #636363. Windows color (decimal): -5953549 or 15935397. OLE color: 15935397.
HSL color Cylindrical-coordinate representation of color #A527F3: hue angle of 277.06º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A527F3 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 39 | 243 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.05 |
| HSL | 277.06º | 0.89% | 0.55% | - |
| HSV(B) | 277.06º | 0.84% | 0.95% | - |
| XYZ | 32.42 | 15.92 | 86.16 | - |
| YUV | 99.93 | 208.74 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 39 | 243 | 0.32 | 0.84 | 0 | 0.05 | 277.06 | 0.89 | 0.55 |
| Hex | A5 | 27 | F3 | 20 | 54 | 0 | 5 | 115 | 59 | 37 |
| Octal | 245 | 47 | 363 | 40 | 124 | 0 | 5 | 425 | 131 | 67 |
| Binary | 10100101 | 100111 | 11110011 | 100000 | 1010100 | 0 | 101 | 100010101 | 1011001 | 110111 |
Color Harmonies of #A527F3
Complementary color
Monochromatic Colors of #A527F3
Black with #A527F3
Text Example
Text Example
White with #A527F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A527F3; }
p { color: rgb(165,39,243); }
H1.HeaderClassName
{
color: #A527F3;
}
.AnyTagClassName
{
color: #A527F3;
}
</style>
background-color css
<style>
a { background-color: #A527F3; }
a { background-color: rgb(165,39,243); }
div.DivClassName
{
background-color: #A527F3;
}
.BgClassName
{
background-color: #A527F3;
}
</style>
border-color css
<style>
span { border-color: #A527F3; }
span { border-color: rgb(165,39,243); }
td.TdClassName
{
border-color: #A527F3;
}
.TagClassName
{
border-color: #A527F3;
}
</style>