Shades of Blue Violet #A524F7
Tints of Blue Violet #A524F7
RGB
CMYK
RGB Variations
Color information
#A524F7 (or 0xA524F7) is known color: Blue Violet. HEX triplet: A5, 24 and F7. RGB value is (165,36,247). Sum of RGB (Red+Green+Blue) = 165+36+247=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 247 (96.88% from 255 or 55.13% from 448); Max value from RGB is 247 - color contains mainly: blue. Hex color #A524F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A524F7 is #5ADB08. Grayscale: #616161. Windows color (decimal): -5954313 or 16196773. OLE color: 16196773.
HSL color Cylindrical-coordinate representation of color #A524F7: hue angle of 276.68º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A524F7 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 36 | 247 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.03 |
| HSL | 276.68º | 0.93% | 0.55% | - |
| HSV(B) | 276.68º | 0.85% | 0.97% | - |
| XYZ | 32.94 | 15.98 | 89.34 | - |
| YUV | 98.63 | 211.74 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 247 | 0.33 | 0.85 | 0 | 0.03 | 276.68 | 0.93 | 0.55 |
| Hex | A5 | 24 | F7 | 21 | 55 | 0 | 3 | 115 | 5D | 37 |
| Octal | 245 | 44 | 367 | 41 | 125 | 0 | 3 | 425 | 135 | 67 |
| Binary | 10100101 | 100100 | 11110111 | 100001 | 1010101 | 0 | 11 | 100010101 | 1011101 | 110111 |
Color Harmonies of #A524F7
Complementary color
Monochromatic Colors of #A524F7
Black with #A524F7
Text Example
Text Example
White with #A524F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A524F7; }
p { color: rgb(165,36,247); }
H1.HeaderClassName
{
color: #A524F7;
}
.AnyTagClassName
{
color: #A524F7;
}
</style>
background-color css
<style>
a { background-color: #A524F7; }
a { background-color: rgb(165,36,247); }
div.DivClassName
{
background-color: #A524F7;
}
.BgClassName
{
background-color: #A524F7;
}
</style>
border-color css
<style>
span { border-color: #A524F7; }
span { border-color: rgb(165,36,247); }
td.TdClassName
{
border-color: #A524F7;
}
.TagClassName
{
border-color: #A524F7;
}
</style>