Shades of Violet Blue #A64396
Tints of Violet Blue #A64396
RGB
CMYK
RGB Variations
Color information
#A64396 (or 0xA64396) is known color: Violet Blue. HEX triplet: A6, 43 and 96. RGB value is (166,67,150). Sum of RGB (Red+Green+Blue) = 166+67+150=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A64396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64396 is #59BC69. Grayscale: #696969. Windows color (decimal): -5880938 or 9847718. OLE color: 9847718.
HSL color Cylindrical-coordinate representation of color #A64396: hue angle of 309.7º 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 #A64396 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 150 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.35 |
| HSL | 309.7º | 0.42% | 0.46% | - |
| HSV(B) | 309.7º | 0.6% | 0.65% | - |
| XYZ | 23.24 | 14.32 | 30.39 | - |
| YUV | 106.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 150 | 0 | 0.60 | 0.10 | 0.35 | 309.7 | 0.42 | 0.46 |
| Hex | A6 | 43 | 96 | 0 | 3C | A | 23 | 136 | 2A | 2E |
| Octal | 246 | 103 | 226 | 0 | 74 | 12 | 43 | 466 | 52 | 56 |
| Binary | 10100110 | 1000011 | 10010110 | 0 | 111100 | 1010 | 100011 | 100110110 | 101010 | 101110 |
Color Harmonies of #A64396
Complementary color
Monochromatic Colors of #A64396
Black with #A64396
Text Example
Text Example
White with #A64396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64396; }
p { color: rgb(166,67,150); }
H1.HeaderClassName
{
color: #A64396;
}
.AnyTagClassName
{
color: #A64396;
}
</style>
background-color css
<style>
a { background-color: #A64396; }
a { background-color: rgb(166,67,150); }
div.DivClassName
{
background-color: #A64396;
}
.BgClassName
{
background-color: #A64396;
}
</style>
border-color css
<style>
span { border-color: #A64396; }
span { border-color: rgb(166,67,150); }
td.TdClassName
{
border-color: #A64396;
}
.TagClassName
{
border-color: #A64396;
}
</style>