Shades of Violet Blue #A63DA0
Tints of Violet Blue #A63DA0
RGB
CMYK
RGB Variations
Color information
#A63DA0 (or 0xA63DA0) is known color: Violet Blue. HEX triplet: A6, 3D and A0. RGB value is (166,61,160). Sum of RGB (Red+Green+Blue) = 166+61+160=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A63DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63DA0 is #59C25F. Grayscale: #676767. Windows color (decimal): -5882464 or 10501542. OLE color: 10501542.
HSL color Cylindrical-coordinate representation of color #A63DA0: hue angle of 303.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63DA0 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 160 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.35 |
| HSL | 303.43º | 0.46% | 0.45% | - |
| HSV(B) | 303.43º | 0.63% | 0.65% | - |
| XYZ | 23.74 | 13.98 | 34.71 | - |
| YUV | 103.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 160 | 0 | 0.63 | 0.04 | 0.35 | 303.43 | 0.46 | 0.45 |
| Hex | A6 | 3D | A0 | 0 | 3F | 4 | 23 | 12F | 2E | 2D |
| Octal | 246 | 75 | 240 | 0 | 77 | 4 | 43 | 457 | 56 | 55 |
| Binary | 10100110 | 111101 | 10100000 | 0 | 111111 | 100 | 100011 | 100101111 | 101110 | 101101 |
Color Harmonies of #A63DA0
Complementary color
Monochromatic Colors of #A63DA0
Black with #A63DA0
Text Example
Text Example
White with #A63DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DA0; }
p { color: rgb(166,61,160); }
H1.HeaderClassName
{
color: #A63DA0;
}
.AnyTagClassName
{
color: #A63DA0;
}
</style>
background-color css
<style>
a { background-color: #A63DA0; }
a { background-color: rgb(166,61,160); }
div.DivClassName
{
background-color: #A63DA0;
}
.BgClassName
{
background-color: #A63DA0;
}
</style>
border-color css
<style>
span { border-color: #A63DA0; }
span { border-color: rgb(166,61,160); }
td.TdClassName
{
border-color: #A63DA0;
}
.TagClassName
{
border-color: #A63DA0;
}
</style>