Shades of Blue Violet #A52FFB
Tints of Blue Violet #A52FFB
RGB
CMYK
RGB Variations
Color information
#A52FFB (or 0xA52FFB) is known color: Blue Violet. HEX triplet: A5, 2F and FB. RGB value is (165,47,251). Sum of RGB (Red+Green+Blue) = 165+47+251=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #A52FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52FFB is #5AD004. Grayscale: #686868. Windows color (decimal): -5951493 or 16461733. OLE color: 16461733.
HSL color Cylindrical-coordinate representation of color #A52FFB: hue angle of 274.71º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52FFB is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 47 | 251 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.02 |
| HSL | 274.71º | 0.96% | 0.58% | - |
| HSV(B) | 274.71º | 0.81% | 0.98% | - |
| XYZ | 33.95 | 17 | 92.76 | - |
| YUV | 105.54 | 210.09 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 251 | 0.34 | 0.81 | 0 | 0.02 | 274.71 | 0.96 | 0.58 |
| Hex | A5 | 2F | FB | 22 | 51 | 0 | 2 | 113 | 60 | 3A |
| Octal | 245 | 57 | 373 | 42 | 121 | 0 | 2 | 423 | 140 | 72 |
| Binary | 10100101 | 101111 | 11111011 | 100010 | 1010001 | 0 | 10 | 100010011 | 1100000 | 111010 |
Color Harmonies of #A52FFB
Complementary color
Monochromatic Colors of #A52FFB
Black with #A52FFB
Text Example
Text Example
White with #A52FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52FFB; }
p { color: rgb(165,47,251); }
H1.HeaderClassName
{
color: #A52FFB;
}
.AnyTagClassName
{
color: #A52FFB;
}
</style>
background-color css
<style>
a { background-color: #A52FFB; }
a { background-color: rgb(165,47,251); }
div.DivClassName
{
background-color: #A52FFB;
}
.BgClassName
{
background-color: #A52FFB;
}
</style>
border-color css
<style>
span { border-color: #A52FFB; }
span { border-color: rgb(165,47,251); }
td.TdClassName
{
border-color: #A52FFB;
}
.TagClassName
{
border-color: #A52FFB;
}
</style>