Shades of Blue Violet #A537F3
Tints of Blue Violet #A537F3
RGB
CMYK
RGB Variations
Color information
#A537F3 (or 0xA537F3) is known color: Blue Violet. HEX triplet: A5, 37 and F3. RGB value is (165,55,243). Sum of RGB (Red+Green+Blue) = 165+55+243=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #A537F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A537F3 is #5AC80C. Grayscale: #6C6C6C. Windows color (decimal): -5949453 or 15939493. OLE color: 15939493.
HSL color Cylindrical-coordinate representation of color #A537F3: hue angle of 275.11º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A537F3 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 55 | 243 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.05 |
| HSL | 275.11º | 0.89% | 0.58% | - |
| HSV(B) | 275.11º | 0.77% | 0.95% | - |
| XYZ | 33.06 | 17.2 | 86.37 | - |
| YUV | 109.32 | 203.44 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 55 | 243 | 0.32 | 0.77 | 0 | 0.05 | 275.11 | 0.89 | 0.58 |
| Hex | A5 | 37 | F3 | 20 | 4D | 0 | 5 | 113 | 59 | 3A |
| Octal | 245 | 67 | 363 | 40 | 115 | 0 | 5 | 423 | 131 | 72 |
| Binary | 10100101 | 110111 | 11110011 | 100000 | 1001101 | 0 | 101 | 100010011 | 1011001 | 111010 |
Color Harmonies of #A537F3
Complementary color
Monochromatic Colors of #A537F3
Black with #A537F3
Text Example
Text Example
White with #A537F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A537F3; }
p { color: rgb(165,55,243); }
H1.HeaderClassName
{
color: #A537F3;
}
.AnyTagClassName
{
color: #A537F3;
}
</style>
background-color css
<style>
a { background-color: #A537F3; }
a { background-color: rgb(165,55,243); }
div.DivClassName
{
background-color: #A537F3;
}
.BgClassName
{
background-color: #A537F3;
}
</style>
border-color css
<style>
span { border-color: #A537F3; }
span { border-color: rgb(165,55,243); }
td.TdClassName
{
border-color: #A537F3;
}
.TagClassName
{
border-color: #A537F3;
}
</style>