Shades of Violet Blue #A63DAA
Tints of Violet Blue #A63DAA
RGB
CMYK
RGB Variations
Color information
#A63DAA (or 0xA63DAA) is known color: Violet Blue. HEX triplet: A6, 3D and AA. RGB value is (166,61,170). Sum of RGB (Red+Green+Blue) = 166+61+170=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #A63DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63DAA is #59C255. Grayscale: #686868. Windows color (decimal): -5882454 or 11156902. OLE color: 11156902.
HSL color Cylindrical-coordinate representation of color #A63DAA: hue angle of 297.8º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63DAA is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 61 | 170 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.33 |
| HSL | 297.8º | 0.47% | 0.45% | - |
| HSV(B) | 297.8º | 0.64% | 0.67% | - |
| XYZ | 24.65 | 14.35 | 39.5 | - |
| YUV | 104.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 170 | 0.02 | 0.64 | 0 | 0.33 | 297.8 | 0.47 | 0.45 |
| Hex | A6 | 3D | AA | 2 | 40 | 0 | 21 | 12A | 2F | 2D |
| Octal | 246 | 75 | 252 | 2 | 100 | 0 | 41 | 452 | 57 | 55 |
| Binary | 10100110 | 111101 | 10101010 | 10 | 1000000 | 0 | 100001 | 100101010 | 101111 | 101101 |
Color Harmonies of #A63DAA
Complementary color
Monochromatic Colors of #A63DAA
Black with #A63DAA
Text Example
Text Example
White with #A63DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DAA; }
p { color: rgb(166,61,170); }
H1.HeaderClassName
{
color: #A63DAA;
}
.AnyTagClassName
{
color: #A63DAA;
}
</style>
background-color css
<style>
a { background-color: #A63DAA; }
a { background-color: rgb(166,61,170); }
div.DivClassName
{
background-color: #A63DAA;
}
.BgClassName
{
background-color: #A63DAA;
}
</style>
border-color css
<style>
span { border-color: #A63DAA; }
span { border-color: rgb(166,61,170); }
td.TdClassName
{
border-color: #A63DAA;
}
.TagClassName
{
border-color: #A63DAA;
}
</style>