Shades of Blue Violet #A534F9
Tints of Blue Violet #A534F9
RGB
CMYK
RGB Variations
Color information
#A534F9 (or 0xA534F9) is known color: Blue Violet. HEX triplet: A5, 34 and F9. RGB value is (165,52,249). Sum of RGB (Red+Green+Blue) = 165+52+249=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #A534F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A534F9 is #5ACB06. Grayscale: #6B6B6B. Windows color (decimal): -5950215 or 16331941. OLE color: 16331941.
HSL color Cylindrical-coordinate representation of color #A534F9: hue angle of 274.42º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A534F9 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 52 | 249 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.02 |
| HSL | 274.42º | 0.94% | 0.59% | - |
| HSV(B) | 274.42º | 0.79% | 0.98% | - |
| XYZ | 33.84 | 17.29 | 91.18 | - |
| YUV | 108.25 | 207.44 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 52 | 249 | 0.34 | 0.79 | 0 | 0.02 | 274.42 | 0.94 | 0.59 |
| Hex | A5 | 34 | F9 | 22 | 4F | 0 | 2 | 112 | 5E | 3B |
| Octal | 245 | 64 | 371 | 42 | 117 | 0 | 2 | 422 | 136 | 73 |
| Binary | 10100101 | 110100 | 11111001 | 100010 | 1001111 | 0 | 10 | 100010010 | 1011110 | 111011 |
Color Harmonies of #A534F9
Complementary color
Monochromatic Colors of #A534F9
Black with #A534F9
Text Example
Text Example
White with #A534F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A534F9; }
p { color: rgb(165,52,249); }
H1.HeaderClassName
{
color: #A534F9;
}
.AnyTagClassName
{
color: #A534F9;
}
</style>
background-color css
<style>
a { background-color: #A534F9; }
a { background-color: rgb(165,52,249); }
div.DivClassName
{
background-color: #A534F9;
}
.BgClassName
{
background-color: #A534F9;
}
</style>
border-color css
<style>
span { border-color: #A534F9; }
span { border-color: rgb(165,52,249); }
td.TdClassName
{
border-color: #A534F9;
}
.TagClassName
{
border-color: #A534F9;
}
</style>