Shades of Blue Violet #A524F9
Tints of Blue Violet #A524F9
RGB
CMYK
RGB Variations
Color information
#A524F9 (or 0xA524F9) is known color: Blue Violet. HEX triplet: A5, 24 and F9. RGB value is (165,36,249). Sum of RGB (Red+Green+Blue) = 165+36+249=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #A524F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A524F9 is #5ADB06. Grayscale: #626262. Windows color (decimal): -5954311 or 16327845. OLE color: 16327845.
HSL color Cylindrical-coordinate representation of color #A524F9: hue angle of 276.34º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A524F9 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 36 | 249 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.02 |
| HSL | 276.34º | 0.95% | 0.56% | - |
| HSV(B) | 276.34º | 0.86% | 0.98% | - |
| XYZ | 33.25 | 16.1 | 90.98 | - |
| YUV | 98.85 | 212.74 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 249 | 0.34 | 0.86 | 0 | 0.02 | 276.34 | 0.95 | 0.56 |
| Hex | A5 | 24 | F9 | 22 | 56 | 0 | 2 | 114 | 5F | 38 |
| Octal | 245 | 44 | 371 | 42 | 126 | 0 | 2 | 424 | 137 | 70 |
| Binary | 10100101 | 100100 | 11111001 | 100010 | 1010110 | 0 | 10 | 100010100 | 1011111 | 111000 |
Color Harmonies of #A524F9
Complementary color
Monochromatic Colors of #A524F9
Black with #A524F9
Text Example
Text Example
White with #A524F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A524F9; }
p { color: rgb(165,36,249); }
H1.HeaderClassName
{
color: #A524F9;
}
.AnyTagClassName
{
color: #A524F9;
}
</style>
background-color css
<style>
a { background-color: #A524F9; }
a { background-color: rgb(165,36,249); }
div.DivClassName
{
background-color: #A524F9;
}
.BgClassName
{
background-color: #A524F9;
}
</style>
border-color css
<style>
span { border-color: #A524F9; }
span { border-color: rgb(165,36,249); }
td.TdClassName
{
border-color: #A524F9;
}
.TagClassName
{
border-color: #A524F9;
}
</style>