Shades of Violet Blue #A463AC
Tints of Violet Blue #A463AC
RGB
CMYK
RGB Variations
Color information
#A463AC (or 0xA463AC) is known color: Violet Blue. HEX triplet: A4, 63 and AC. RGB value is (164,99,172). Sum of RGB (Red+Green+Blue) = 164+99+172=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #A463AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A463AC is #5B9C53. Grayscale: #7E7E7E. Windows color (decimal): -6003796 or 11297700. OLE color: 11297700.
HSL color Cylindrical-coordinate representation of color #A463AC: hue angle of 293.42º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A463AC is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 99 | 172 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.33 |
| HSL | 293.42º | 0.31% | 0.53% | - |
| HSV(B) | 293.42º | 0.42% | 0.67% | - |
| XYZ | 27.22 | 19.79 | 41.42 | - |
| YUV | 126.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 172 | 0.05 | 0.42 | 0 | 0.33 | 293.42 | 0.31 | 0.53 |
| Hex | A4 | 63 | AC | 5 | 2A | 0 | 21 | 125 | 1F | 35 |
| Octal | 244 | 143 | 254 | 5 | 52 | 0 | 41 | 445 | 37 | 65 |
| Binary | 10100100 | 1100011 | 10101100 | 101 | 101010 | 0 | 100001 | 100100101 | 11111 | 110101 |
Color Harmonies of #A463AC
Complementary color
Monochromatic Colors of #A463AC
Black with #A463AC
Text Example
Text Example
White with #A463AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A463AC; }
p { color: rgb(164,99,172); }
H1.HeaderClassName
{
color: #A463AC;
}
.AnyTagClassName
{
color: #A463AC;
}
</style>
background-color css
<style>
a { background-color: #A463AC; }
a { background-color: rgb(164,99,172); }
div.DivClassName
{
background-color: #A463AC;
}
.BgClassName
{
background-color: #A463AC;
}
</style>
border-color css
<style>
span { border-color: #A463AC; }
span { border-color: rgb(164,99,172); }
td.TdClassName
{
border-color: #A463AC;
}
.TagClassName
{
border-color: #A463AC;
}
</style>