Shades of Violet Blue #A864AD
Tints of Violet Blue #A864AD
RGB
CMYK
RGB Variations
Color information
#A864AD (or 0xA864AD) is known color: Violet Blue. HEX triplet: A8, 64 and AD. RGB value is (168,100,173). Sum of RGB (Red+Green+Blue) = 168+100+173=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #A864AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A864AD is #579B52. Grayscale: #808080. Windows color (decimal): -5741395 or 11363496. OLE color: 11363496.
HSL color Cylindrical-coordinate representation of color #A864AD: hue angle of 295.89º 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 #A864AD is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 100 | 173 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.32 |
| HSL | 295.89º | 0.31% | 0.54% | - |
| HSV(B) | 295.89º | 0.42% | 0.68% | - |
| XYZ | 28.25 | 20.46 | 41.99 | - |
| YUV | 128.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 173 | 0.03 | 0.42 | 0 | 0.32 | 295.89 | 0.31 | 0.54 |
| Hex | A8 | 64 | AD | 3 | 2A | 0 | 20 | 128 | 1F | 36 |
| Octal | 250 | 144 | 255 | 3 | 52 | 0 | 40 | 450 | 37 | 66 |
| Binary | 10101000 | 1100100 | 10101101 | 11 | 101010 | 0 | 100000 | 100101000 | 11111 | 110110 |
Color Harmonies of #A864AD
Complementary color
Monochromatic Colors of #A864AD
Black with #A864AD
Text Example
Text Example
White with #A864AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864AD; }
p { color: rgb(168,100,173); }
H1.HeaderClassName
{
color: #A864AD;
}
.AnyTagClassName
{
color: #A864AD;
}
</style>
background-color css
<style>
a { background-color: #A864AD; }
a { background-color: rgb(168,100,173); }
div.DivClassName
{
background-color: #A864AD;
}
.BgClassName
{
background-color: #A864AD;
}
</style>
border-color css
<style>
span { border-color: #A864AD; }
span { border-color: rgb(168,100,173); }
td.TdClassName
{
border-color: #A864AD;
}
.TagClassName
{
border-color: #A864AD;
}
</style>