Shades of Violet Blue #A863A4
Tints of Violet Blue #A863A4
RGB
CMYK
RGB Variations
Color information
#A863A4 (or 0xA863A4) is known color: Violet Blue. HEX triplet: A8, 63 and A4. RGB value is (168,99,164). Sum of RGB (Red+Green+Blue) = 168+99+164=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A863A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A863A4 is #579C5B. Grayscale: #7E7E7E. Windows color (decimal): -5741660 or 10773416. OLE color: 10773416.
HSL color Cylindrical-coordinate representation of color #A863A4: hue angle of 303.48º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A863A4 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 164 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.34 |
| HSL | 303.48º | 0.28% | 0.52% | - |
| HSV(B) | 303.48º | 0.41% | 0.66% | - |
| XYZ | 27.31 | 19.93 | 37.53 | - |
| YUV | 127.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 164 | 0 | 0.41 | 0.02 | 0.34 | 303.48 | 0.28 | 0.52 |
| Hex | A8 | 63 | A4 | 0 | 29 | 2 | 22 | 12F | 1C | 34 |
| Octal | 250 | 143 | 244 | 0 | 51 | 2 | 42 | 457 | 34 | 64 |
| Binary | 10101000 | 1100011 | 10100100 | 0 | 101001 | 10 | 100010 | 100101111 | 11100 | 110100 |
Color Harmonies of #A863A4
Complementary color
Monochromatic Colors of #A863A4
Black with #A863A4
Text Example
Text Example
White with #A863A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863A4; }
p { color: rgb(168,99,164); }
H1.HeaderClassName
{
color: #A863A4;
}
.AnyTagClassName
{
color: #A863A4;
}
</style>
background-color css
<style>
a { background-color: #A863A4; }
a { background-color: rgb(168,99,164); }
div.DivClassName
{
background-color: #A863A4;
}
.BgClassName
{
background-color: #A863A4;
}
</style>
border-color css
<style>
span { border-color: #A863A4; }
span { border-color: rgb(168,99,164); }
td.TdClassName
{
border-color: #A863A4;
}
.TagClassName
{
border-color: #A863A4;
}
</style>