Shades of Violet Blue #A64495
Tints of Violet Blue #A64495
RGB
CMYK
RGB Variations
Color information
#A64495 (or 0xA64495) is known color: Violet Blue. HEX triplet: A6, 44 and 95. RGB value is (166,68,149). Sum of RGB (Red+Green+Blue) = 166+68+149=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A64495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64495 is #59BB6A. Grayscale: #6A6A6A. Windows color (decimal): -5880683 or 9782438. OLE color: 9782438.
HSL color Cylindrical-coordinate representation of color #A64495: hue angle of 310.41º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64495 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 149 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.35 |
| HSL | 310.41º | 0.42% | 0.46% | - |
| HSV(B) | 310.41º | 0.59% | 0.65% | - |
| XYZ | 23.22 | 14.41 | 29.99 | - |
| YUV | 106.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 149 | 0 | 0.59 | 0.10 | 0.35 | 310.41 | 0.42 | 0.46 |
| Hex | A6 | 44 | 95 | 0 | 3B | A | 23 | 136 | 2A | 2E |
| Octal | 246 | 104 | 225 | 0 | 73 | 12 | 43 | 466 | 52 | 56 |
| Binary | 10100110 | 1000100 | 10010101 | 0 | 111011 | 1010 | 100011 | 100110110 | 101010 | 101110 |
Color Harmonies of #A64495
Complementary color
Monochromatic Colors of #A64495
Black with #A64495
Text Example
Text Example
White with #A64495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64495; }
p { color: rgb(166,68,149); }
H1.HeaderClassName
{
color: #A64495;
}
.AnyTagClassName
{
color: #A64495;
}
</style>
background-color css
<style>
a { background-color: #A64495; }
a { background-color: rgb(166,68,149); }
div.DivClassName
{
background-color: #A64495;
}
.BgClassName
{
background-color: #A64495;
}
</style>
border-color css
<style>
span { border-color: #A64495; }
span { border-color: rgb(166,68,149); }
td.TdClassName
{
border-color: #A64495;
}
.TagClassName
{
border-color: #A64495;
}
</style>