Shades of Blue Violet #A52DFF
Tints of Blue Violet #A52DFF
RGB
CMYK
RGB Variations
Color information
#A52DFF (or 0xA52DFF) is known color: Blue Violet. HEX triplet: A5, 2D and FF. RGB value is (165,45,255). Sum of RGB (Red+Green+Blue) = 165+45+255=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #A52DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52DFF is #5AD200. Grayscale: #686868. Windows color (decimal): -5952001 or 16723365. OLE color: 16723365.
HSL color Cylindrical-coordinate representation of color #A52DFF: hue angle of 274.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52DFF is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 45 | 255 | - |
| CMYK | 0.35 | 0.82 | 0 | 0 |
| HSL | 274.29º | 1% | 0.59% | - |
| HSV(B) | 274.29º | 0.82% | 1% | - |
| XYZ | 34.51 | 17.1 | 96.09 | - |
| YUV | 104.82 | 212.76 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 255 | 0.35 | 0.82 | 0 | 0 | 274.29 | 1 | 0.59 |
| Hex | A5 | 2D | FF | 23 | 52 | 0 | 0 | 112 | 64 | 3B |
| Octal | 245 | 55 | 377 | 43 | 122 | 0 | 0 | 422 | 144 | 73 |
| Binary | 10100101 | 101101 | 11111111 | 100011 | 1010010 | 0 | 0 | 100010010 | 1100100 | 111011 |
Color Harmonies of #A52DFF
Complementary color
Monochromatic Colors of #A52DFF
Black with #A52DFF
Text Example
Text Example
White with #A52DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DFF; }
p { color: rgb(165,45,255); }
H1.HeaderClassName
{
color: #A52DFF;
}
.AnyTagClassName
{
color: #A52DFF;
}
</style>
background-color css
<style>
a { background-color: #A52DFF; }
a { background-color: rgb(165,45,255); }
div.DivClassName
{
background-color: #A52DFF;
}
.BgClassName
{
background-color: #A52DFF;
}
</style>
border-color css
<style>
span { border-color: #A52DFF; }
span { border-color: rgb(165,45,255); }
td.TdClassName
{
border-color: #A52DFF;
}
.TagClassName
{
border-color: #A52DFF;
}
</style>