Shades of Blue Violet #A63DEF
Tints of Blue Violet #A63DEF
RGB
CMYK
RGB Variations
Color information
#A63DEF (or 0xA63DEF) is known color: Blue Violet. HEX triplet: A6, 3D and EF. RGB value is (166,61,239). Sum of RGB (Red+Green+Blue) = 166+61+239=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #A63DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63DEF is #59C210. Grayscale: #707070. Windows color (decimal): -5882385 or 15678886. OLE color: 15678886.
HSL color Cylindrical-coordinate representation of color #A63DEF: hue angle of 275.39º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A63DEF is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 61 | 239 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.06 |
| HSL | 275.39º | 0.85% | 0.59% | - |
| HSV(B) | 275.39º | 0.74% | 0.94% | - |
| XYZ | 32.97 | 17.68 | 83.34 | - |
| YUV | 112.69 | 199.29 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 239 | 0.31 | 0.74 | 0 | 0.06 | 275.39 | 0.85 | 0.59 |
| Hex | A6 | 3D | EF | 1F | 4A | 0 | 6 | 113 | 55 | 3B |
| Octal | 246 | 75 | 357 | 37 | 112 | 0 | 6 | 423 | 125 | 73 |
| Binary | 10100110 | 111101 | 11101111 | 11111 | 1001010 | 0 | 110 | 100010011 | 1010101 | 111011 |
Color Harmonies of #A63DEF
Complementary color
Monochromatic Colors of #A63DEF
Black with #A63DEF
Text Example
Text Example
White with #A63DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DEF; }
p { color: rgb(166,61,239); }
H1.HeaderClassName
{
color: #A63DEF;
}
.AnyTagClassName
{
color: #A63DEF;
}
</style>
background-color css
<style>
a { background-color: #A63DEF; }
a { background-color: rgb(166,61,239); }
div.DivClassName
{
background-color: #A63DEF;
}
.BgClassName
{
background-color: #A63DEF;
}
</style>
border-color css
<style>
span { border-color: #A63DEF; }
span { border-color: rgb(166,61,239); }
td.TdClassName
{
border-color: #A63DEF;
}
.TagClassName
{
border-color: #A63DEF;
}
</style>