Shades of Blue Violet #A52DFB
Tints of Blue Violet #A52DFB
RGB
CMYK
RGB Variations
Color information
#A52DFB (or 0xA52DFB) is known color: Blue Violet. HEX triplet: A5, 2D and FB. RGB value is (165,45,251). Sum of RGB (Red+Green+Blue) = 165+45+251=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #A52DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52DFB is #5AD204. Grayscale: #676767. Windows color (decimal): -5952005 or 16461221. OLE color: 16461221.
HSL color Cylindrical-coordinate representation of color #A52DFB: hue angle of 274.95º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52DFB is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 45 | 251 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.02 |
| HSL | 274.95º | 0.96% | 0.58% | - |
| HSV(B) | 274.95º | 0.82% | 0.98% | - |
| XYZ | 33.87 | 16.84 | 92.73 | - |
| YUV | 104.36 | 210.76 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 251 | 0.34 | 0.82 | 0 | 0.02 | 274.95 | 0.96 | 0.58 |
| Hex | A5 | 2D | FB | 22 | 52 | 0 | 2 | 113 | 60 | 3A |
| Octal | 245 | 55 | 373 | 42 | 122 | 0 | 2 | 423 | 140 | 72 |
| Binary | 10100101 | 101101 | 11111011 | 100010 | 1010010 | 0 | 10 | 100010011 | 1100000 | 111010 |
Color Harmonies of #A52DFB
Complementary color
Monochromatic Colors of #A52DFB
Black with #A52DFB
Text Example
Text Example
White with #A52DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DFB; }
p { color: rgb(165,45,251); }
H1.HeaderClassName
{
color: #A52DFB;
}
.AnyTagClassName
{
color: #A52DFB;
}
</style>
background-color css
<style>
a { background-color: #A52DFB; }
a { background-color: rgb(165,45,251); }
div.DivClassName
{
background-color: #A52DFB;
}
.BgClassName
{
background-color: #A52DFB;
}
</style>
border-color css
<style>
span { border-color: #A52DFB; }
span { border-color: rgb(165,45,251); }
td.TdClassName
{
border-color: #A52DFB;
}
.TagClassName
{
border-color: #A52DFB;
}
</style>