Shades of Blue Violet #A63BED
Tints of Blue Violet #A63BED
RGB
CMYK
RGB Variations
Color information
#A63BED (or 0xA63BED) is known color: Blue Violet. HEX triplet: A6, 3B and ED. RGB value is (166,59,237). Sum of RGB (Red+Green+Blue) = 166+59+237=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #A63BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63BED is #59C412. Grayscale: #6E6E6E. Windows color (decimal): -5882899 or 15547302. OLE color: 15547302.
HSL color Cylindrical-coordinate representation of color #A63BED: hue angle of 276.07º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63BED is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 59 | 237 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.07 |
| HSL | 276.07º | 0.83% | 0.58% | - |
| HSV(B) | 276.07º | 0.75% | 0.93% | - |
| XYZ | 32.58 | 17.35 | 81.75 | - |
| YUV | 111.29 | 198.95 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 237 | 0.30 | 0.75 | 0 | 0.07 | 276.07 | 0.83 | 0.58 |
| Hex | A6 | 3B | ED | 1E | 4B | 0 | 7 | 114 | 53 | 3A |
| Octal | 246 | 73 | 355 | 36 | 113 | 0 | 7 | 424 | 123 | 72 |
| Binary | 10100110 | 111011 | 11101101 | 11110 | 1001011 | 0 | 111 | 100010100 | 1010011 | 111010 |
Color Harmonies of #A63BED
Complementary color
Monochromatic Colors of #A63BED
Black with #A63BED
Text Example
Text Example
White with #A63BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BED; }
p { color: rgb(166,59,237); }
H1.HeaderClassName
{
color: #A63BED;
}
.AnyTagClassName
{
color: #A63BED;
}
</style>
background-color css
<style>
a { background-color: #A63BED; }
a { background-color: rgb(166,59,237); }
div.DivClassName
{
background-color: #A63BED;
}
.BgClassName
{
background-color: #A63BED;
}
</style>
border-color css
<style>
span { border-color: #A63BED; }
span { border-color: rgb(166,59,237); }
td.TdClassName
{
border-color: #A63BED;
}
.TagClassName
{
border-color: #A63BED;
}
</style>