Shades of Blue Violet #A52FFA
Tints of Blue Violet #A52FFA
RGB
CMYK
RGB Variations
Color information
#A52FFA (or 0xA52FFA) is known color: Blue Violet. HEX triplet: A5, 2F and FA. RGB value is (165,47,250). Sum of RGB (Red+Green+Blue) = 165+47+250=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #A52FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52FFA is #5AD005. Grayscale: #686868. Windows color (decimal): -5951494 or 16396197. OLE color: 16396197.
HSL color Cylindrical-coordinate representation of color #A52FFA: hue angle of 274.88º degrees, saturation: 0.95, 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 #A52FFA is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 47 | 250 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.02 |
| HSL | 274.88º | 0.95% | 0.58% | - |
| HSV(B) | 274.88º | 0.81% | 0.98% | - |
| XYZ | 33.79 | 16.93 | 91.93 | - |
| YUV | 105.42 | 209.59 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 250 | 0.34 | 0.81 | 0 | 0.02 | 274.88 | 0.95 | 0.58 |
| Hex | A5 | 2F | FA | 22 | 51 | 0 | 2 | 113 | 5F | 3A |
| Octal | 245 | 57 | 372 | 42 | 121 | 0 | 2 | 423 | 137 | 72 |
| Binary | 10100101 | 101111 | 11111010 | 100010 | 1010001 | 0 | 10 | 100010011 | 1011111 | 111010 |
Color Harmonies of #A52FFA
Complementary color
Monochromatic Colors of #A52FFA
Black with #A52FFA
Text Example
Text Example
White with #A52FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52FFA; }
p { color: rgb(165,47,250); }
H1.HeaderClassName
{
color: #A52FFA;
}
.AnyTagClassName
{
color: #A52FFA;
}
</style>
background-color css
<style>
a { background-color: #A52FFA; }
a { background-color: rgb(165,47,250); }
div.DivClassName
{
background-color: #A52FFA;
}
.BgClassName
{
background-color: #A52FFA;
}
</style>
border-color css
<style>
span { border-color: #A52FFA; }
span { border-color: rgb(165,47,250); }
td.TdClassName
{
border-color: #A52FFA;
}
.TagClassName
{
border-color: #A52FFA;
}
</style>