Shades of Blue Violet #A530FF
Tints of Blue Violet #A530FF
RGB
CMYK
RGB Variations
Color information
#A530FF (or 0xA530FF) is known color: Blue Violet. HEX triplet: A5, 30 and FF. RGB value is (165,48,255). Sum of RGB (Red+Green+Blue) = 165+48+255=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #A530FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A530FF is #5ACF00. Grayscale: #696969. Windows color (decimal): -5951233 or 16724133. OLE color: 16724133.
HSL color Cylindrical-coordinate representation of color #A530FF: hue angle of 273.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A530FF is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 48 | 255 | - |
| CMYK | 0.35 | 0.81 | 0 | 0 |
| HSL | 273.91º | 1% | 0.59% | - |
| HSV(B) | 273.91º | 0.81% | 1% | - |
| XYZ | 34.62 | 17.33 | 96.13 | - |
| YUV | 106.58 | 211.76 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 255 | 0.35 | 0.81 | 0 | 0 | 273.91 | 1 | 0.59 |
| Hex | A5 | 30 | FF | 23 | 51 | 0 | 0 | 112 | 64 | 3B |
| Octal | 245 | 60 | 377 | 43 | 121 | 0 | 0 | 422 | 144 | 73 |
| Binary | 10100101 | 110000 | 11111111 | 100011 | 1010001 | 0 | 0 | 100010010 | 1100100 | 111011 |
Color Harmonies of #A530FF
Complementary color
Monochromatic Colors of #A530FF
Black with #A530FF
Text Example
Text Example
White with #A530FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A530FF; }
p { color: rgb(165,48,255); }
H1.HeaderClassName
{
color: #A530FF;
}
.AnyTagClassName
{
color: #A530FF;
}
</style>
background-color css
<style>
a { background-color: #A530FF; }
a { background-color: rgb(165,48,255); }
div.DivClassName
{
background-color: #A530FF;
}
.BgClassName
{
background-color: #A530FF;
}
</style>
border-color css
<style>
span { border-color: #A530FF; }
span { border-color: rgb(165,48,255); }
td.TdClassName
{
border-color: #A530FF;
}
.TagClassName
{
border-color: #A530FF;
}
</style>