Shades of Violet Blue #A064AD
Tints of Violet Blue #A064AD
RGB
CMYK
RGB Variations
Color information
#A064AD (or 0xA064AD) is known color: Violet Blue. HEX triplet: A0, 64 and AD. RGB value is (160,100,173). Sum of RGB (Red+Green+Blue) = 160+100+173=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #A064AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A064AD is #5F9B52. Grayscale: #7E7E7E. Windows color (decimal): -6265683 or 11363488. OLE color: 11363488.
HSL color Cylindrical-coordinate representation of color #A064AD: hue angle of 289.32º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A064AD is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 100 | 173 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.32 |
| HSL | 289.32º | 0.31% | 0.54% | - |
| HSV(B) | 289.32º | 0.42% | 0.68% | - |
| XYZ | 26.6 | 19.61 | 41.92 | - |
| YUV | 126.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 173 | 0.08 | 0.42 | 0 | 0.32 | 289.32 | 0.31 | 0.54 |
| Hex | A0 | 64 | AD | 8 | 2A | 0 | 20 | 121 | 1F | 36 |
| Octal | 240 | 144 | 255 | 10 | 52 | 0 | 40 | 441 | 37 | 66 |
| Binary | 10100000 | 1100100 | 10101101 | 1000 | 101010 | 0 | 100000 | 100100001 | 11111 | 110110 |
Color Harmonies of #A064AD
Complementary color
Monochromatic Colors of #A064AD
Black with #A064AD
Text Example
Text Example
White with #A064AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064AD; }
p { color: rgb(160,100,173); }
H1.HeaderClassName
{
color: #A064AD;
}
.AnyTagClassName
{
color: #A064AD;
}
</style>
background-color css
<style>
a { background-color: #A064AD; }
a { background-color: rgb(160,100,173); }
div.DivClassName
{
background-color: #A064AD;
}
.BgClassName
{
background-color: #A064AD;
}
</style>
border-color css
<style>
span { border-color: #A064AD; }
span { border-color: rgb(160,100,173); }
td.TdClassName
{
border-color: #A064AD;
}
.TagClassName
{
border-color: #A064AD;
}
</style>