Shades of Blue Violet #A530FC
Tints of Blue Violet #A530FC
RGB
CMYK
RGB Variations
Color information
#A530FC (or 0xA530FC) is known color: Blue Violet. HEX triplet: A5, 30 and FC. RGB value is (165,48,252). Sum of RGB (Red+Green+Blue) = 165+48+252=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #A530FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A530FC is #5ACF03. Grayscale: #696969. Windows color (decimal): -5951236 or 16527525. OLE color: 16527525.
HSL color Cylindrical-coordinate representation of color #A530FC: hue angle of 274.41º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A530FC is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 48 | 252 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.01 |
| HSL | 274.41º | 0.97% | 0.59% | - |
| HSV(B) | 274.41º | 0.81% | 0.99% | - |
| XYZ | 34.14 | 17.14 | 93.6 | - |
| YUV | 106.24 | 210.26 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 252 | 0.35 | 0.81 | 0 | 0.01 | 274.41 | 0.97 | 0.59 |
| Hex | A5 | 30 | FC | 23 | 51 | 0 | 1 | 112 | 61 | 3B |
| Octal | 245 | 60 | 374 | 43 | 121 | 0 | 1 | 422 | 141 | 73 |
| Binary | 10100101 | 110000 | 11111100 | 100011 | 1010001 | 0 | 1 | 100010010 | 1100001 | 111011 |
Color Harmonies of #A530FC
Complementary color
Monochromatic Colors of #A530FC
Black with #A530FC
Text Example
Text Example
White with #A530FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A530FC; }
p { color: rgb(165,48,252); }
H1.HeaderClassName
{
color: #A530FC;
}
.AnyTagClassName
{
color: #A530FC;
}
</style>
background-color css
<style>
a { background-color: #A530FC; }
a { background-color: rgb(165,48,252); }
div.DivClassName
{
background-color: #A530FC;
}
.BgClassName
{
background-color: #A530FC;
}
</style>
border-color css
<style>
span { border-color: #A530FC; }
span { border-color: rgb(165,48,252); }
td.TdClassName
{
border-color: #A530FC;
}
.TagClassName
{
border-color: #A530FC;
}
</style>