Shades of Violet Blue #A63DA9
Tints of Violet Blue #A63DA9
RGB
CMYK
RGB Variations
Color information
#A63DA9 (or 0xA63DA9) is known color: Violet Blue. HEX triplet: A6, 3D and A9. RGB value is (166,61,169). Sum of RGB (Red+Green+Blue) = 166+61+169=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 169 - color contains mainly: blue. Hex color #A63DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63DA9 is #59C256. Grayscale: #686868. Windows color (decimal): -5882455 or 11091366. OLE color: 11091366.
HSL color Cylindrical-coordinate representation of color #A63DA9: hue angle of 298.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63DA9 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 61 | 169 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.34 |
| HSL | 298.33º | 0.47% | 0.45% | - |
| HSV(B) | 298.33º | 0.64% | 0.66% | - |
| XYZ | 24.56 | 14.31 | 39 | - |
| YUV | 104.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 169 | 0.02 | 0.64 | 0 | 0.34 | 298.33 | 0.47 | 0.45 |
| Hex | A6 | 3D | A9 | 2 | 40 | 0 | 22 | 12A | 2F | 2D |
| Octal | 246 | 75 | 251 | 2 | 100 | 0 | 42 | 452 | 57 | 55 |
| Binary | 10100110 | 111101 | 10101001 | 10 | 1000000 | 0 | 100010 | 100101010 | 101111 | 101101 |
Color Harmonies of #A63DA9
Complementary color
Monochromatic Colors of #A63DA9
Black with #A63DA9
Text Example
Text Example
White with #A63DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DA9; }
p { color: rgb(166,61,169); }
H1.HeaderClassName
{
color: #A63DA9;
}
.AnyTagClassName
{
color: #A63DA9;
}
</style>
background-color css
<style>
a { background-color: #A63DA9; }
a { background-color: rgb(166,61,169); }
div.DivClassName
{
background-color: #A63DA9;
}
.BgClassName
{
background-color: #A63DA9;
}
</style>
border-color css
<style>
span { border-color: #A63DA9; }
span { border-color: rgb(166,61,169); }
td.TdClassName
{
border-color: #A63DA9;
}
.TagClassName
{
border-color: #A63DA9;
}
</style>