Shades of Violet Blue #A345A6
Tints of Violet Blue #A345A6
RGB
CMYK
RGB Variations
Color information
#A345A6 (or 0xA345A6) is known color: Violet Blue. HEX triplet: A3, 45 and A6. RGB value is (163,69,166). Sum of RGB (Red+Green+Blue) = 163+69+166=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 166 - color contains mainly: blue. Hex color #A345A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A345A6 is #5CBA59. Grayscale: #6B6B6B. Windows color (decimal): -6077018 or 10896803. OLE color: 10896803.
HSL color Cylindrical-coordinate representation of color #A345A6: hue angle of 298.14º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A345A6 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 69 | 166 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.35 |
| HSL | 298.14º | 0.41% | 0.46% | - |
| HSV(B) | 298.14º | 0.58% | 0.65% | - |
| XYZ | 24.12 | 14.8 | 37.66 | - |
| YUV | 108.16 | 160.64 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 166 | 0.02 | 0.58 | 0 | 0.35 | 298.14 | 0.41 | 0.46 |
| Hex | A3 | 45 | A6 | 2 | 3A | 0 | 23 | 12A | 29 | 2E |
| Octal | 243 | 105 | 246 | 2 | 72 | 0 | 43 | 452 | 51 | 56 |
| Binary | 10100011 | 1000101 | 10100110 | 10 | 111010 | 0 | 100011 | 100101010 | 101001 | 101110 |
Color Harmonies of #A345A6
Complementary color
Monochromatic Colors of #A345A6
Black with #A345A6
Text Example
Text Example
White with #A345A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A345A6; }
p { color: rgb(163,69,166); }
H1.HeaderClassName
{
color: #A345A6;
}
.AnyTagClassName
{
color: #A345A6;
}
</style>
background-color css
<style>
a { background-color: #A345A6; }
a { background-color: rgb(163,69,166); }
div.DivClassName
{
background-color: #A345A6;
}
.BgClassName
{
background-color: #A345A6;
}
</style>
border-color css
<style>
span { border-color: #A345A6; }
span { border-color: rgb(163,69,166); }
td.TdClassName
{
border-color: #A345A6;
}
.TagClassName
{
border-color: #A345A6;
}
</style>