Shades of Blue Violet #A524F3
Tints of Blue Violet #A524F3
RGB
CMYK
RGB Variations
Color information
#A524F3 (or 0xA524F3) is known color: Blue Violet. HEX triplet: A5, 24 and F3. RGB value is (165,36,243). Sum of RGB (Red+Green+Blue) = 165+36+243=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #A524F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A524F3 is #5ADB0C. Grayscale: #616161. Windows color (decimal): -5954317 or 15934629. OLE color: 15934629.
HSL color Cylindrical-coordinate representation of color #A524F3: hue angle of 277.39º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A524F3 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 36 | 243 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.05 |
| HSL | 277.39º | 0.9% | 0.55% | - |
| HSV(B) | 277.39º | 0.85% | 0.95% | - |
| XYZ | 32.33 | 15.73 | 86.13 | - |
| YUV | 98.17 | 209.74 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 243 | 0.32 | 0.85 | 0 | 0.05 | 277.39 | 0.9 | 0.55 |
| Hex | A5 | 24 | F3 | 20 | 55 | 0 | 5 | 115 | 5A | 37 |
| Octal | 245 | 44 | 363 | 40 | 125 | 0 | 5 | 425 | 132 | 67 |
| Binary | 10100101 | 100100 | 11110011 | 100000 | 1010101 | 0 | 101 | 100010101 | 1011010 | 110111 |
Color Harmonies of #A524F3
Complementary color
Monochromatic Colors of #A524F3
Black with #A524F3
Text Example
Text Example
White with #A524F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A524F3; }
p { color: rgb(165,36,243); }
H1.HeaderClassName
{
color: #A524F3;
}
.AnyTagClassName
{
color: #A524F3;
}
</style>
background-color css
<style>
a { background-color: #A524F3; }
a { background-color: rgb(165,36,243); }
div.DivClassName
{
background-color: #A524F3;
}
.BgClassName
{
background-color: #A524F3;
}
</style>
border-color css
<style>
span { border-color: #A524F3; }
span { border-color: rgb(165,36,243); }
td.TdClassName
{
border-color: #A524F3;
}
.TagClassName
{
border-color: #A524F3;
}
</style>