Shades of Violet Blue #A466AD
Tints of Violet Blue #A466AD
RGB
CMYK
RGB Variations
Color information
#A466AD (or 0xA466AD) is known color: Violet Blue. HEX triplet: A4, 66 and AD. RGB value is (164,102,173). Sum of RGB (Red+Green+Blue) = 164+102+173=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #A466AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A466AD is #5B9952. Grayscale: #808080. Windows color (decimal): -6003027 or 11364004. OLE color: 11364004.
HSL color Cylindrical-coordinate representation of color #A466AD: hue angle of 292.39º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A466AD is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 102 | 173 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.32 |
| HSL | 292.39º | 0.3% | 0.54% | - |
| HSV(B) | 292.39º | 0.41% | 0.68% | - |
| XYZ | 27.6 | 20.41 | 42.02 | - |
| YUV | 128.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 173 | 0.05 | 0.41 | 0 | 0.32 | 292.39 | 0.3 | 0.54 |
| Hex | A4 | 66 | AD | 5 | 29 | 0 | 20 | 124 | 1E | 36 |
| Octal | 244 | 146 | 255 | 5 | 51 | 0 | 40 | 444 | 36 | 66 |
| Binary | 10100100 | 1100110 | 10101101 | 101 | 101001 | 0 | 100000 | 100100100 | 11110 | 110110 |
Color Harmonies of #A466AD
Complementary color
Monochromatic Colors of #A466AD
Black with #A466AD
Text Example
Text Example
White with #A466AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A466AD; }
p { color: rgb(164,102,173); }
H1.HeaderClassName
{
color: #A466AD;
}
.AnyTagClassName
{
color: #A466AD;
}
</style>
background-color css
<style>
a { background-color: #A466AD; }
a { background-color: rgb(164,102,173); }
div.DivClassName
{
background-color: #A466AD;
}
.BgClassName
{
background-color: #A466AD;
}
</style>
border-color css
<style>
span { border-color: #A466AD; }
span { border-color: rgb(164,102,173); }
td.TdClassName
{
border-color: #A466AD;
}
.TagClassName
{
border-color: #A466AD;
}
</style>