Shades of Violet Blue #A64395
Tints of Violet Blue #A64395
RGB
CMYK
RGB Variations
Color information
#A64395 (or 0xA64395) is known color: Violet Blue. HEX triplet: A6, 43 and 95. RGB value is (166,67,149). Sum of RGB (Red+Green+Blue) = 166+67+149=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A64395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64395 is #59BC6A. Grayscale: #696969. Windows color (decimal): -5880939 or 9782182. OLE color: 9782182.
HSL color Cylindrical-coordinate representation of color #A64395: hue angle of 310.3º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64395 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 149 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.35 |
| HSL | 310.3º | 0.42% | 0.46% | - |
| HSV(B) | 310.3º | 0.6% | 0.65% | - |
| XYZ | 23.16 | 14.29 | 29.97 | - |
| YUV | 105.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 149 | 0 | 0.60 | 0.10 | 0.35 | 310.3 | 0.42 | 0.46 |
| Hex | A6 | 43 | 95 | 0 | 3C | A | 23 | 136 | 2A | 2E |
| Octal | 246 | 103 | 225 | 0 | 74 | 12 | 43 | 466 | 52 | 56 |
| Binary | 10100110 | 1000011 | 10010101 | 0 | 111100 | 1010 | 100011 | 100110110 | 101010 | 101110 |
Color Harmonies of #A64395
Complementary color
Monochromatic Colors of #A64395
Black with #A64395
Text Example
Text Example
White with #A64395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64395; }
p { color: rgb(166,67,149); }
H1.HeaderClassName
{
color: #A64395;
}
.AnyTagClassName
{
color: #A64395;
}
</style>
background-color css
<style>
a { background-color: #A64395; }
a { background-color: rgb(166,67,149); }
div.DivClassName
{
background-color: #A64395;
}
.BgClassName
{
background-color: #A64395;
}
</style>
border-color css
<style>
span { border-color: #A64395; }
span { border-color: rgb(166,67,149); }
td.TdClassName
{
border-color: #A64395;
}
.TagClassName
{
border-color: #A64395;
}
</style>