Shades of Blue Violet #A530ED
Tints of Blue Violet #A530ED
RGB
CMYK
RGB Variations
Color information
#A530ED (or 0xA530ED) is known color: Blue Violet. HEX triplet: A5, 30 and ED. RGB value is (165,48,237). Sum of RGB (Red+Green+Blue) = 165+48+237=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #A530ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A530ED is #5ACF12. Grayscale: #676767. Windows color (decimal): -5951251 or 15544485. OLE color: 15544485.
HSL color Cylindrical-coordinate representation of color #A530ED: hue angle of 277.14º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A530ED is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 48 | 237 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.07 |
| HSL | 277.14º | 0.84% | 0.56% | - |
| HSV(B) | 277.14º | 0.8% | 0.93% | - |
| XYZ | 31.86 | 16.23 | 81.57 | - |
| YUV | 104.53 | 202.76 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 237 | 0.30 | 0.80 | 0 | 0.07 | 277.14 | 0.84 | 0.56 |
| Hex | A5 | 30 | ED | 1E | 50 | 0 | 7 | 115 | 54 | 38 |
| Octal | 245 | 60 | 355 | 36 | 120 | 0 | 7 | 425 | 124 | 70 |
| Binary | 10100101 | 110000 | 11101101 | 11110 | 1010000 | 0 | 111 | 100010101 | 1010100 | 111000 |
Color Harmonies of #A530ED
Complementary color
Monochromatic Colors of #A530ED
Black with #A530ED
Text Example
Text Example
White with #A530ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A530ED; }
p { color: rgb(165,48,237); }
H1.HeaderClassName
{
color: #A530ED;
}
.AnyTagClassName
{
color: #A530ED;
}
</style>
background-color css
<style>
a { background-color: #A530ED; }
a { background-color: rgb(165,48,237); }
div.DivClassName
{
background-color: #A530ED;
}
.BgClassName
{
background-color: #A530ED;
}
</style>
border-color css
<style>
span { border-color: #A530ED; }
span { border-color: rgb(165,48,237); }
td.TdClassName
{
border-color: #A530ED;
}
.TagClassName
{
border-color: #A530ED;
}
</style>