Shades of Violet Blue #A63AAC
Tints of Violet Blue #A63AAC
RGB
CMYK
RGB Variations
Color information
#A63AAC (or 0xA63AAC) is known color: Violet Blue. HEX triplet: A6, 3A and AC. RGB value is (166,58,172). Sum of RGB (Red+Green+Blue) = 166+58+172=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #A63AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63AAC is #59C553. Grayscale: #666666. Windows color (decimal): -5883220 or 11287206. OLE color: 11287206.
HSL color Cylindrical-coordinate representation of color #A63AAC: hue angle of 296.84º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63AAC is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 58 | 172 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.33 |
| HSL | 296.84º | 0.5% | 0.45% | - |
| HSV(B) | 296.84º | 0.66% | 0.67% | - |
| XYZ | 24.69 | 14.11 | 40.45 | - |
| YUV | 103.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 172 | 0.03 | 0.66 | 0 | 0.33 | 296.84 | 0.5 | 0.45 |
| Hex | A6 | 3A | AC | 3 | 42 | 0 | 21 | 129 | 32 | 2D |
| Octal | 246 | 72 | 254 | 3 | 102 | 0 | 41 | 451 | 62 | 55 |
| Binary | 10100110 | 111010 | 10101100 | 11 | 1000010 | 0 | 100001 | 100101001 | 110010 | 101101 |
Color Harmonies of #A63AAC
Complementary color
Monochromatic Colors of #A63AAC
Black with #A63AAC
Text Example
Text Example
White with #A63AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63AAC; }
p { color: rgb(166,58,172); }
H1.HeaderClassName
{
color: #A63AAC;
}
.AnyTagClassName
{
color: #A63AAC;
}
</style>
background-color css
<style>
a { background-color: #A63AAC; }
a { background-color: rgb(166,58,172); }
div.DivClassName
{
background-color: #A63AAC;
}
.BgClassName
{
background-color: #A63AAC;
}
</style>
border-color css
<style>
span { border-color: #A63AAC; }
span { border-color: rgb(166,58,172); }
td.TdClassName
{
border-color: #A63AAC;
}
.TagClassName
{
border-color: #A63AAC;
}
</style>